Skip to content

Commit

Permalink
php version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
shimonewman committed Jun 5, 2024
1 parent 69d8f1f commit be09eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY composer.json /src/
RUN composer install --ignore-platform-reqs --optimize-autoloader \
--no-plugins --no-scripts --prefer-dist

FROM php:8.0-cli-alpine as final
FROM php:8.3.3-cli-alpine3.19 as final

LABEL maintainer="team@appwrite.io"

Expand Down

0 comments on commit be09eaf

Please sign in to comment.