Skip to content

Commit

Permalink
Bump 8.3 to 8.3.16
Browse files Browse the repository at this point in the history
github-actions[bot] committed Jan 17, 2025
1 parent 5f56815 commit 4063cfb
Showing 7 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion 8.3/cli-alpine-pcov/Dockerfile
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM php:8.3.15-cli-alpine
FROM php:8.3.16-cli-alpine

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

FROM php:8.3.15-cli-alpine
FROM php:8.3.16-cli-alpine

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

FROM php:8.3.15-cli-alpine
FROM php:8.3.16-cli-alpine

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

FROM php:8.3.15-fpm-alpine
FROM php:8.3.16-fpm-alpine

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

FROM php:8.3.15-fpm-alpine
FROM php:8.3.16-fpm-alpine

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

FROM php:8.3.15-fpm-alpine
FROM php:8.3.16-fpm-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
14 changes: 1 addition & 13 deletions versions.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
]
},
"8.3": {
"version": "8.3.15",
"version": "8.3.16",
"latest": false,
"variants": [
"fpm-alpine",
@@ -22,17 +22,5 @@
"cli-alpine-xdebug",
"cli-alpine-pcov"
]
},
"8.4": {
"version": "8.4.2",
"latest": true,
"variants": [
"fpm-alpine",
"fpm-alpine-xdebug",
"fpm-alpine-pcov",
"cli-alpine",
"cli-alpine-xdebug",
"cli-alpine-pcov"
]
}
}

0 comments on commit 4063cfb

Please sign in to comment.