Skip to content

Commit

Permalink
feat: rollback to php:8.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisaha committed Jul 1, 2024
1 parent 70daaa2 commit cd6c847
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: |
VERSION=${{ matrix.image-variant }}
PHP_SHORT_VERSION=8.2
PHP_VERSION=8.2.20
PHP_VERSION=8.2.19
tmpName="image-$RANDOM"
cp -r fonts $folder/
cp -r fonts $VERSION/
docker build $VERSION --file $VERSION/Dockerfile --tag $tmpName --build-arg PHP_VERSION=$PHP_VERSION
if [ $? -ne 0 ]; then
echo "Docker build failed, for ${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.2.20
ARG PHP_VERSION=8.2.19
FROM php:${PHP_VERSION}-apache-bullseye

LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"
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.2.20
ARG PHP_VERSION=8.2.19
FROM php:${PHP_VERSION}-cli-bullseye

LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"
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.2.20
ARG PHP_VERSION=8.2.19
FROM php:${PHP_VERSION}-apache-bullseye

LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"
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.2.20
ARG PHP_VERSION=8.2.19
FROM php:${PHP_VERSION}-fpm-bullseye

LABEL org.opencontainers.image.authors="Roni Kumar Saha <roni.csed@gmail.com>"
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.2.20
ARG PHP_VERSION=8.2.19
FROM php:${PHP_VERSION}-cli-bullseye

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

0 comments on commit cd6c847

Please sign in to comment.