Skip to content

Commit 8058ad8

Browse files
committed
official Docker images of PHP v8.3.24 not yet out
1 parent ddc9a35 commit 8058ad8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/5.1.8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ php:
66
- "8.0.30"
77
- "8.1.33"
88
- "8.2.29"
9-
- "8.3.24"
9+
- "8.3.23"
1010
image:
1111
composer:
1212
version: "2.8.10"

dockerfiles/5.1.8/php8.3/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3.24-cli-alpine3.20
1+
FROM php:8.3.23-cli-alpine3.20
22

33
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
44

dockerfiles/5.1.8/php8.3/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3.24-cli
1+
FROM php:8.3.23-cli
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
ENV TERM=xterm-color

0 commit comments

Comments
 (0)