diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index aeada19..1028509 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -24,7 +24,7 @@ jobs: run: | VERSION=${{ matrix.image-variant }} PHP_SHORT_VERSION=8.3 - PHP_VERSION=8.3.11 + PHP_VERSION=8.3.12 tmpName="image-$RANDOM" docker build $VERSION --file $VERSION/Dockerfile --tag $tmpName --build-arg PHP_VERSION=$PHP_VERSION diff --git a/apache/Dockerfile b/apache/Dockerfile index 83505c4..f25e738 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.3.11 +ARG PHP_VERSION=8.3.12 FROM php:${PHP_VERSION}-apache-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/cli/Dockerfile b/cli/Dockerfile index 75a151d..2aeed63 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.3.11 +ARG PHP_VERSION=8.3.12 FROM php:${PHP_VERSION}-cli-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/dev/Dockerfile b/dev/Dockerfile index a3d1e22..d8df8e5 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.3.11 +ARG PHP_VERSION=8.3.12 FROM php:${PHP_VERSION}-apache-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 9a3ab97..d41a3ff 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.3.11 +ARG PHP_VERSION=8.3.12 FROM php:${PHP_VERSION}-fpm-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/oci/Dockerfile b/oci/Dockerfile index 94d4f64..64afaff 100644 --- a/oci/Dockerfile +++ b/oci/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.3.11 +ARG PHP_VERSION=8.3.12 FROM php:${PHP_VERSION}-fpm-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/supervisor-oci/Dockerfile b/supervisor-oci/Dockerfile index fa64e41..eb2da72 100644 --- a/supervisor-oci/Dockerfile +++ b/supervisor-oci/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.3.11 +ARG PHP_VERSION=8.3.12 FROM php:${PHP_VERSION}-fpm-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/supervisor/Dockerfile b/supervisor/Dockerfile index 395ceae..f7f6ad1 100644 --- a/supervisor/Dockerfile +++ b/supervisor/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.3.11 +ARG PHP_VERSION=8.3.12 FROM php:${PHP_VERSION}-cli-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha "