File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2424 run : |
2525 VERSION=${{ matrix.image-variant }}
2626 PHP_SHORT_VERSION=8.4
27- PHP_VERSION=8.4.7
27+ PHP_VERSION=8.4.8
2828
2929 tmpName="image-$RANDOM"
3030 docker build $VERSION --file $VERSION/Dockerfile --tag $tmpName --build-arg PHP_VERSION=$PHP_VERSION
Original file line number Diff line number Diff line change 1- ARG PHP_VERSION=8.4.7
1+ ARG PHP_VERSION=8.4.8
22FROM php:${PHP_VERSION}-apache-bookworm
33
44LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"
Original file line number Diff line number Diff line change 1- ARG PHP_VERSION=8.4.7
1+ ARG PHP_VERSION=8.4.8
22FROM php:${PHP_VERSION}-cli-bookworm
33
44LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"
Original file line number Diff line number Diff line change 1- ARG PHP_VERSION=8.4.7
1+ ARG PHP_VERSION=8.4.8
22FROM php:${PHP_VERSION}-apache-bookworm
33
44LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"
Original file line number Diff line number Diff line change 1- ARG PHP_VERSION=8.4.7
1+ ARG PHP_VERSION=8.4.8
22FROM php:${PHP_VERSION}-fpm-bookworm
33
44LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"
Original file line number Diff line number Diff line change 1- ARG PHP_VERSION=8.4.7
1+ ARG PHP_VERSION=8.4.8
22FROM dunglas/frankenphp:1-php${PHP_VERSION}-bookworm
33
44LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"
Original file line number Diff line number Diff line change 1- ARG PHP_VERSION=8.4.7
1+ ARG PHP_VERSION=8.4.8
22FROM php:${PHP_VERSION}-fpm-bookworm
33
44LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"
Original file line number Diff line number Diff line change 1- ARG PHP_VERSION=8.4.7
1+ ARG PHP_VERSION=8.4.8
22FROM php:${PHP_VERSION}-fpm-bookworm
33
44LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"
Original file line number Diff line number Diff line change 1- ARG PHP_VERSION=8.4.7
1+ ARG PHP_VERSION=8.4.8
22FROM php:${PHP_VERSION}-cli-bookworm
33
44LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"
You can’t perform that action at this time.
0 commit comments