Skip to content

Commit

Permalink
feat: release for 8.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisaha committed Aug 16, 2024
1 parent 6b7c787 commit a49c250
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
VERSION=${{ matrix.image-variant }}
PHP_SHORT_VERSION=8.3
PHP_VERSION=8.3.9
PHP_VERSION=8.3.10
tmpName="image-$RANDOM"
docker build $VERSION --file $VERSION/Dockerfile --tag $tmpName --build-arg PHP_VERSION=$PHP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.3.9
ARG PHP_VERSION=8.3.10
FROM php:${PHP_VERSION}-apache-bullseye

LABEL org.opencontainers.image.authors="Roni Kumar Saha <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.3.9
ARG PHP_VERSION=8.3.10
FROM php:${PHP_VERSION}-cli-bullseye

LABEL org.opencontainers.image.authors="Roni Kumar Saha <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.3.9
ARG PHP_VERSION=8.3.10
FROM php:${PHP_VERSION}-apache-bullseye

LABEL org.opencontainers.image.authors="Roni Kumar Saha <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.3.9
ARG PHP_VERSION=8.3.10
FROM php:${PHP_VERSION}-fpm-bullseye

LABEL org.opencontainers.image.authors="Roni Kumar Saha <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion oci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.3.9
ARG PHP_VERSION=8.3.10
FROM php:${PHP_VERSION}-fpm-bullseye

LABEL org.opencontainers.image.authors="Roni Kumar Saha <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion supervisor-oci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.3.9
ARG PHP_VERSION=8.3.10
FROM php:${PHP_VERSION}-fpm-bullseye

LABEL org.opencontainers.image.authors="Roni Kumar Saha <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion supervisor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.3.9
ARG PHP_VERSION=8.3.10
FROM php:${PHP_VERSION}-cli-bullseye

LABEL org.opencontainers.image.authors="Roni Kumar Saha <[email protected]>"
Expand Down

0 comments on commit a49c250

Please sign in to comment.