Skip to content

Commit

Permalink
chore: Upgraded PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Nov 26, 2024
1 parent 676ff55 commit ab1be04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UID=1000
ARG GID=${UID}

ARG PHP_VERSION=8.3.13
ARG PHP_VERSION=8.3.14
ARG VARNISH_VERSION=7.6.1
ARG NGINX_VERSION=1.27.2
ARG MYSQL_VERSION=8.0.40
Expand Down Expand Up @@ -128,6 +128,7 @@ install-php-extensions \
@composer-${COMPOSER_VERSION} \
fileinfo \
gd \
imagick \
iconv \
intl \
json \
Expand Down

0 comments on commit ab1be04

Please sign in to comment.