Skip to content

Commit

Permalink
Updated php image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyes512 committed Sep 20, 2024
1 parent 37ac89a commit bfd10f1
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.10-apache-bullseye AS runtime
FROM php:8.3.11-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.10-fpm-bullseye AS runtime
FROM php:8.3.11-fpm-bullseye AS runtime

ARG UNIQUE_ID_FOR_CACHEFROM=runtime

Expand Down

0 comments on commit bfd10f1

Please sign in to comment.