Skip to content

Commit 922bf3f

Browse files
committed
feat: release for 8.4.11
1 parent 9cd77e2 commit 922bf3f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
VERSION=${{ matrix.image-variant }}
2626
PHP_SHORT_VERSION=8.4
27-
PHP_VERSION=8.4.10
27+
PHP_VERSION=8.4.11
2828
2929
tmpName="image-$RANDOM"
3030
docker build $VERSION --file $VERSION/Dockerfile --tag $tmpName --build-arg PHP_VERSION=$PHP_VERSION

apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.4.10
1+
ARG PHP_VERSION=8.4.11
22
FROM php:${PHP_VERSION}-apache-bookworm
33

44
LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"

cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.4.10
1+
ARG PHP_VERSION=8.4.11
22
FROM php:${PHP_VERSION}-cli-bookworm
33

44
LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.4.10
1+
ARG PHP_VERSION=8.4.11
22
FROM php:${PHP_VERSION}-apache-bookworm
33

44
LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.4.10
1+
ARG PHP_VERSION=8.4.11
22
FROM php:${PHP_VERSION}-fpm-bookworm
33

44
LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"

franken/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.4.10
1+
ARG PHP_VERSION=8.4.11
22
FROM dunglas/frankenphp:1-php${PHP_VERSION}-bookworm
33

44
LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"

oci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.4.10
1+
ARG PHP_VERSION=8.4.11
22
FROM php:${PHP_VERSION}-fpm-bookworm
33

44
LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"

supervisor-oci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.4.10
1+
ARG PHP_VERSION=8.4.11
22
FROM php:${PHP_VERSION}-fpm-bookworm
33

44
LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"

supervisor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.4.10
1+
ARG PHP_VERSION=8.4.11
22
FROM php:${PHP_VERSION}-cli-bookworm
33

44
LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"

0 commit comments

Comments
 (0)