Skip to content

Commit 8317053

Browse files
abnegateclaude
andcommitted
Use utopia-php/base image instead of appwrite/base
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3362723 commit 8317053

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ vendor
22
*.cache
33
composer.lock
44
state.json
5+
.idea

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ COPY ./composer.json /src/
77
RUN composer update --ignore-platform-reqs --optimize-autoloader \
88
--no-plugins --no-scripts --prefer-dist
99

10-
FROM appwrite/base:0.10.4 AS final
10+
FROM utopia-php/base:0.10.4 AS final
1111

12-
LABEL maintainer="team@appwrite.io"
12+
LABEL maintainer="team@utopia.io"
1313

1414
WORKDIR /code
1515

0 commit comments

Comments
 (0)