Skip to content

Commit

Permalink
fix php version
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed May 21, 2024
1 parent 09e462c commit 24f6cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-php-8.3
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY composer.json /usr/local/src/
RUN composer update --ignore-platform-reqs --optimize-autoloader \
--no-plugins --no-scripts --prefer-dist

FROM appwrite/utopia-base:php-8.0-0.1.0 as compile
FROM appwrite/utopia-base:php-8.3-0.1.0 as compile

ENV PHP_MONGO_VERSION=1.11.1

Expand Down

0 comments on commit 24f6cb7

Please sign in to comment.