diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 146cb0c..1abe75e 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -25,7 +25,7 @@ jobs: run: | VERSION=${{ matrix.image-variant }} PHP_SHORT_VERSION=8.2 - PHP_VERSION=8.2.19 + PHP_VERSION=8.2.20 tmpName="image-$RANDOM" cp -r fonts $VERSION/ diff --git a/apache/Dockerfile b/apache/Dockerfile index 72514a8..d86ad46 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.19 +ARG PHP_VERSION=8.2.20 FROM php:${PHP_VERSION}-apache-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/cli/Dockerfile b/cli/Dockerfile index 2414142..2797bef 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.19 +ARG PHP_VERSION=8.2.20 FROM php:${PHP_VERSION}-cli-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/dev/Dockerfile b/dev/Dockerfile index d013dd9..5ad9a99 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.19 +ARG PHP_VERSION=8.2.20 FROM php:${PHP_VERSION}-apache-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 14b1cee..5cec460 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.19 +ARG PHP_VERSION=8.2.20 FROM php:${PHP_VERSION}-fpm-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/supervisor/Dockerfile b/supervisor/Dockerfile index 4ca7af7..671c334 100644 --- a/supervisor/Dockerfile +++ b/supervisor/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.19 +ARG PHP_VERSION=8.2.20 FROM php:${PHP_VERSION}-cli-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha "