Skip to content

Commit d5e23c2

Browse files
committed
upgrade Alpine images to latest
1 parent 8058ad8 commit d5e23c2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

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

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

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

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.23-cli-alpine3.20
1+
FROM php:8.3.23-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
@@ -29,10 +29,10 @@ class Dockerfile
2929
'7.3' => '3.13',
3030
'7.4' => '3.15',
3131
'8.0' => '3.16',
32-
'8.1' => '3.20',
33-
'8.2' => '3.20',
34-
'8.3' => '3.20',
35-
'8.4' => '3.20',
32+
'8.1' => '3.22',
33+
'8.2' => '3.22',
34+
'8.3' => '3.22',
35+
'8.4' => '3.22',
3636
];
3737

3838
protected string $basePath;

0 commit comments

Comments
 (0)