Skip to content

Commit

Permalink
Change PHP version in Docker to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk authored and VincentLanglet committed Oct 14, 2023
1 parent d4ad159 commit 57498db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=7.4
ARG PHP_VERSION=8.2
FROM makasim/nginx-php-fpm:${PHP_VERSION}-all-exts

ARG PHP_VERSION
Expand Down

0 comments on commit 57498db

Please sign in to comment.