Skip to content

Commit

Permalink
feat: update to php:8.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisaha committed Jul 1, 2024
1 parent 126692d commit 70daaa2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
VERSION=${{ matrix.image-variant }}
PHP_SHORT_VERSION=8.2
PHP_VERSION=8.2.19
PHP_VERSION=8.2.20
tmpName="image-$RANDOM"
cp -r fonts $folder/
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.19
ARG PHP_VERSION=8.2.20
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.19
ARG PHP_VERSION=8.2.20
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.19
ARG PHP_VERSION=8.2.20
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.19
ARG PHP_VERSION=8.2.20
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.19
ARG PHP_VERSION=8.2.20
FROM php:${PHP_VERSION}-cli-bullseye

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

0 comments on commit 70daaa2

Please sign in to comment.