Skip to content

Commit 95aba47

Browse files
committed
Update php 8.4 to 8.4.18
1 parent 455ac97 commit 95aba47

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

latest/php8.4/apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ARG PHP_VER
88
ARG PHP_TYPE
99

10-
FROM php:8.4.16-fpm AS builder
10+
FROM php:8.4.18-fpm AS builder
1111

1212
RUN set -ex; \
1313
apt-get update; \
@@ -64,7 +64,7 @@ RUN set -ex; \
6464
touch /usr/bin/newrelic-daemon; \
6565
fi
6666

67-
FROM php:8.4.16-fpm AS runtime
67+
FROM php:8.4.18-fpm AS runtime
6868

6969
ARG INRAGE_USER_ID=1000
7070
ARG INRAGE_GROUP_ID=1000

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{ "folder": "8.1", "tag": "8.1.34" },
55
{ "folder": "8.2", "tag": "8.2.30" },
66
{ "folder": "8.3", "tag": "8.3.30" },
7-
{ "folder": "8.4", "tag": "8.4.16" }
7+
{ "folder": "8.4", "tag": "8.4.18" }
88
],
99
"variants": ["apache"]
1010
}

0 commit comments

Comments
 (0)