Skip to content

Commit 9f8bfce

Browse files
committed
Update php 8.3 to 8.3.29
1 parent b3e09cd commit 9f8bfce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

latest/php8.3/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.3.28-fpm AS builder
10+
FROM php:8.3.29-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.3.28-fpm AS runtime
67+
FROM php:8.3.29-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
@@ -3,7 +3,7 @@
33
"phpVersions": [
44
{ "folder": "8.1", "tag": "8.1.33" },
55
{ "folder": "8.2", "tag": "8.2.30" },
6-
{ "folder": "8.3", "tag": "8.3.28" },
6+
{ "folder": "8.3", "tag": "8.3.29" },
77
{ "folder": "8.4", "tag": "8.4.15" }
88
],
99
"variants": ["apache"]

0 commit comments

Comments
 (0)