From 05271fe3b362ffc74944280363ed39551b398bd6 Mon Sep 17 00:00:00 2001 From: Roni Saha Date: Fri, 8 Dec 2023 08:41:47 +0600 Subject: [PATCH] feat: update to php:8.2.13-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 cc0d0dd..3d32f31 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.12 + PHP_VERSION=8.2.13 tmpName="image-$RANDOM" cp -r fonts $folder/ diff --git a/apache/Dockerfile b/apache/Dockerfile index 1c62513..493f588 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.12 +ARG PHP_VERSION=8.2.13 FROM php:${PHP_VERSION}-apache-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/cli/Dockerfile b/cli/Dockerfile index 17fdb4c..7247cb9 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.12 +ARG PHP_VERSION=8.2.13 FROM php:${PHP_VERSION}-cli-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/dev/Dockerfile b/dev/Dockerfile index 7364b44..264ba56 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.12 +ARG PHP_VERSION=8.2.13 FROM php:${PHP_VERSION}-apache-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/fpm/Dockerfile b/fpm/Dockerfile index ecac49b..9fc993d 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.12 +ARG PHP_VERSION=8.2.13 FROM php:${PHP_VERSION}-fpm-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha " diff --git a/supervisor/Dockerfile b/supervisor/Dockerfile index 4d69542..902a5a4 100644 --- a/supervisor/Dockerfile +++ b/supervisor/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=8.2.12 +ARG PHP_VERSION=8.2.13 FROM php:${PHP_VERSION}-cli-bullseye LABEL org.opencontainers.image.authors="Roni Kumar Saha "