From f7e5443c0721e09021e41bb40e6c866b563b85c6 Mon Sep 17 00:00:00 2001 From: Roni Saha Date: Fri, 3 Nov 2023 09:41:36 +0600 Subject: [PATCH] feat: update to php:8.2.11-bullseye --- .github/workflows/docker-publish.yml | 2 +- apache/Dockerfile | 2 +- cli/Dockerfile | 2 +- dev/Dockerfile | 2 +- fpm/Dockerfile | 2 +- supervisor/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 3433f75..33b97d1 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -24,7 +24,7 @@ jobs: do folder=${dockerFilePath%"/Dockerfile"} VERSION=${folder##*/} - PHP_VERSION=8.2.10 + PHP_VERSION=8.2.11 tmpName="image-$RANDOM" cp -r fonts $folder/ diff --git a/apache/Dockerfile b/apache/Dockerfile index 93fbfff..ba8c10e 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.10 +ARG PHP_VERSION=8.2.11 FROM php:${PHP_VERSION}-apache-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/cli/Dockerfile b/cli/Dockerfile index efa3c7f..14fdd1c 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.10 +ARG PHP_VERSION=8.2.11 FROM php:${PHP_VERSION}-cli-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/dev/Dockerfile b/dev/Dockerfile index bdaecd5..9f7d1d5 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.10 +ARG PHP_VERSION=8.2.11 FROM php:${PHP_VERSION}-apache-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 8e08017..a259ed3 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.10 +ARG PHP_VERSION=8.2.11 FROM php:${PHP_VERSION}-fpm-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/supervisor/Dockerfile b/supervisor/Dockerfile index b46930e..ddff6c0 100644 --- a/supervisor/Dockerfile +++ b/supervisor/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.10 +ARG PHP_VERSION=8.2.11 FROM php:${PHP_VERSION}-cli-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha "