Skip to content

Commit

Permalink
Update docker image to php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Dec 21, 2023
1 parent 84b0cf3 commit 9a67f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ LABEL maintainer="[email protected]"

WORKDIR /srv

CMD ["php-fpm8.1"]
CMD ["php-fpm8.2"]

ENV PHP_VERSION=8.1 \
ENV PHP_VERSION=8.2 \
GOSU_VERSION=1.14 \
PANTHER_NO_SANDBOX=1 \
PATH=/home/.composer/vendor/bin:$PATH \
Expand Down

0 comments on commit 9a67f46

Please sign in to comment.