Skip to content

Commit

Permalink
Update PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn authored and github-actions[bot] committed Aug 26, 2024
1 parent dadbf97 commit 0041234
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 8.3-rc/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.3.11RC1-apache
FROM php:8.3.11RC2-apache

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 8.3-rc/cli-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.3.11RC1-cli-alpine
FROM php:8.3.11RC2-cli-alpine

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 8.3-rc/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.3.11RC1-cli
FROM php:8.3.11RC2-cli

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 8.3-rc/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.3.11RC1-fpm-alpine
FROM php:8.3.11RC2-fpm-alpine

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 8.3-rc/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.3.11RC1-fpm
FROM php:8.3.11RC2-fpm

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 8.3-rc/zts-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.3.11RC1-zts-alpine
FROM php:8.3.11RC2-zts-alpine

RUN set -eux; \
\
Expand Down
2 changes: 1 addition & 1 deletion 8.3-rc/zts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM php:8.3.11RC1-zts
FROM php:8.3.11RC2-zts

RUN set -eux; \
\
Expand Down

0 comments on commit 0041234

Please sign in to comment.