Skip to content

Commit

Permalink
Merge pull request #21 from Ilyes512/update-php
Browse files Browse the repository at this point in the history
Updated php image
  • Loading branch information
Ilyes512 committed Jul 14, 2024
2 parents 806c119 + 8f0d4e2 commit d2ae8c6
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.8-apache-bullseye AS runtime
FROM php:8.3.9-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.8-fpm-bullseye AS runtime
FROM php:8.3.9-fpm-bullseye AS runtime

ARG UNIQUE_ID_FOR_CACHEFROM=runtime

Expand Down

0 comments on commit d2ae8c6

Please sign in to comment.