Skip to content

Commit

Permalink
feat: update to php:8.2.11-bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisaha committed Nov 3, 2023
1 parent 963ecd3 commit f7e5443
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 @@ -24,7 +24,7 @@ jobs:
do
folder=${dockerFilePath%"/Dockerfile"}
VERSION=${folder##*/}
PHP_VERSION=8.2.10
PHP_VERSION=8.2.11
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.10
ARG PHP_VERSION=8.2.11
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.2.10
ARG PHP_VERSION=8.2.11
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.2.10
ARG PHP_VERSION=8.2.11
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.2.10
ARG PHP_VERSION=8.2.11
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.2.10
ARG PHP_VERSION=8.2.11
FROM php:${PHP_VERSION}-cli-bullseye

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

0 comments on commit f7e5443

Please sign in to comment.