Skip to content

Commit b9597b7

Browse files
committed
upgrade Alpine images to latest
1 parent 5d37820 commit b9597b7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

dockerfiles/nightly/php8.1/alpine/Dockerfile

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

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

dockerfiles/nightly/php8.2/alpine/Dockerfile

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

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

dockerfiles/nightly/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-cli-alpine3.20
1+
FROM php:8.3-cli-alpine3.22
22

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

dockerfiles/nightly/php8.4/alpine/Dockerfile

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

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

src/Dockerfile.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ class Dockerfile
3737
'7.3' => '3.13',
3838
'7.4' => '3.15',
3939
'8.0' => '3.16',
40-
'8.1' => '3.20',
41-
'8.2' => '3.20',
42-
'8.3' => '3.20',
43-
'8.4' => '3.20',
40+
'8.1' => '3.22',
41+
'8.2' => '3.22',
42+
'8.3' => '3.22',
43+
'8.4' => '3.22',
4444
];
4545

4646
protected string $basePath;

0 commit comments

Comments
 (0)