File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM php:8.1-cli-alpine3.20
1
+ FROM php:8.1-cli-alpine3.22
2
2
3
3
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
4
4
Original file line number Diff line number Diff line change 1
- FROM php:8.2-cli-alpine3.20
1
+ FROM php:8.2-cli-alpine3.22
2
2
3
3
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
4
4
Original file line number Diff line number Diff line change 1
- FROM php:8.3-cli-alpine3.20
1
+ FROM php:8.3-cli-alpine3.22
2
2
3
3
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
4
4
Original file line number Diff line number Diff line change 1
- FROM php:8.4-cli-alpine3.20
1
+ FROM php:8.4-cli-alpine3.22
2
2
3
3
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
4
4
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ class Dockerfile
37
37
'7.3 ' => '3.13 ' ,
38
38
'7.4 ' => '3.15 ' ,
39
39
'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 ' ,
44
44
];
45
45
46
46
protected string $ basePath ;
You can’t perform that action at this time.
0 commit comments