Skip to content

Commit

Permalink
Update to PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Feb 5, 2024
1 parent 3b759bc commit f8438ec
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 @@ -4,7 +4,7 @@ COPY composer.json composer.json
COPY composer.lock composer.lock
RUN composer install --ignore-platform-reqs --no-interaction --prefer-dist

FROM craftcms/nginx:8.1
FROM craftcms/nginx:8.2

USER root
RUN apk add --no-cache postgresql-client git
Expand Down

0 comments on commit f8438ec

Please sign in to comment.