Skip to content

Commit ad069bd

Browse files
committed
Updated php image version
1 parent b227240 commit ad069bd

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.12-apache-bookworm AS runtime
2+
FROM php:8.3.14-apache-bookworm 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.12-fpm-bookworm AS runtime
2+
FROM php:8.3.14-fpm-bookworm AS runtime
33

44
ARG UNIQUE_ID_FOR_CACHEFROM=runtime
55

0 commit comments

Comments
 (0)