Skip to content

Commit

Permalink
Bump 8.2 to 8.2.26 and 8.3 to 8.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2024
1 parent 1337613 commit 6b228d4
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.25-cli-alpine
FROM php:8.2.26-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.25-cli-alpine
FROM php:8.2.26-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.25-cli-alpine
FROM php:8.2.26-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.25-fpm-alpine
FROM php:8.2.26-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.25-fpm-alpine
FROM php:8.2.26-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.25-fpm-alpine
FROM php:8.2.26-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.13-cli-alpine
FROM php:8.3.14-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.13-cli-alpine
FROM php:8.3.14-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.13-cli-alpine
FROM php:8.3.14-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.13-fpm-alpine
FROM php:8.3.14-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.13-fpm-alpine
FROM php:8.3.14-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.13-fpm-alpine
FROM php:8.3.14-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.25",
"version": "8.2.26",
"latest": false,
"variants": [
"fpm-alpine",
Expand All @@ -12,7 +12,7 @@
]
},
"8.3": {
"version": "8.3.13",
"version": "8.3.14",
"latest": true,
"variants": [
"fpm-alpine",
Expand Down

0 comments on commit 6b228d4

Please sign in to comment.