File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.1.33-cli-alpine3.20
1+ FROM php:8.1.33-cli-alpine3.22
22
33COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
44
Original file line number Diff line number Diff line change 1- FROM php:8.2.29-cli-alpine3.20
1+ FROM php:8.2.29-cli-alpine3.22
22
33COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
44
Original file line number Diff line number Diff line change 1- FROM php:8.3.23-cli-alpine3.20
1+ FROM php:8.3.23-cli-alpine3.22
22
33COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
44
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments