Skip to content

Commit

Permalink
Bump 8.2 to 8.2.23 and 8.3 to 8.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 31, 2024
1 parent 1bf38cd commit d38aa5b
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 8.2/cli-alpine-pcov/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.2.22-cli-alpine
FROM php:8.2.23-cli-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/cli-alpine-xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.2.22-cli-alpine
FROM php:8.2.23-cli-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/cli-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.2.22-cli-alpine
FROM php:8.2.23-cli-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/fpm-alpine-pcov/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.2.22-fpm-alpine
FROM php:8.2.23-fpm-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/fpm-alpine-xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.2.22-fpm-alpine
FROM php:8.2.23-fpm-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.2.22-fpm-alpine
FROM php:8.2.23-fpm-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/cli-alpine-pcov/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.3.10-cli-alpine
FROM php:8.3.11-cli-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/cli-alpine-xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.3.10-cli-alpine
FROM php:8.3.11-cli-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/cli-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.3.10-cli-alpine
FROM php:8.3.11-cli-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/fpm-alpine-pcov/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.3.10-fpm-alpine
FROM php:8.3.11-fpm-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/fpm-alpine-xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.3.10-fpm-alpine
FROM php:8.3.11-fpm-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.3.10-fpm-alpine
FROM php:8.3.11-fpm-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"8.2": {
"version": "8.2.22",
"version": "8.2.23",
"latest": false,
"variants": [
"fpm-alpine",
Expand All @@ -12,7 +12,7 @@
]
},
"8.3": {
"version": "8.3.10",
"version": "8.3.11",
"latest": true,
"variants": [
"fpm-alpine",
Expand Down

0 comments on commit d38aa5b

Please sign in to comment.