Skip to content

Commit

Permalink
Merge pull request #14 from Ilyes512/update-php-version
Browse files Browse the repository at this point in the history
Updated php image version
  • Loading branch information
Ilyes512 committed May 15, 2024
2 parents da8386f + 7a34f11 commit 741a61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
FROM php:8.3.6-apache-bullseye AS runtime
FROM php:8.3.7-apache-bullseye AS runtime

ARG UNIQUE_ID_FOR_CACHEFROM=runtime

Expand Down
2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
FROM php:8.3.6-fpm-bullseye AS runtime
FROM php:8.3.7-fpm-bullseye AS runtime

ARG UNIQUE_ID_FOR_CACHEFROM=runtime

Expand Down

0 comments on commit 741a61f

Please sign in to comment.