Skip to content

Commit b2026aa

Browse files
authored
Merge pull request #32 from Ilyes512/php-image-version-bump
Updated php image version
2 parents 0ef8777 + 0c8cafd commit b2026aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
2-
FROM php:8.3.11-apache-bullseye AS runtime
2+
FROM php:8.3.12-apache-bullseye AS runtime
33

44
ARG UNIQUE_ID_FOR_CACHEFROM=runtime
55

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
2-
FROM php:8.3.11-fpm-bullseye AS runtime
2+
FROM php:8.3.12-fpm-bullseye AS runtime
33

44
ARG UNIQUE_ID_FOR_CACHEFROM=runtime
55

0 commit comments

Comments
 (0)