Skip to content

Commit f3d9f04

Browse files
authored
Merge pull request #55 from Ilyes512/dependabot/docker/apache/php-a9fb57153a
2 parents c38e42a + 5b24097 commit f3d9f04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

44
ARG UNIQUE_ID_FOR_CACHEFROM=runtime
55

0 commit comments

Comments
 (0)