Skip to content

Commit

Permalink
Bump 8.4 to 8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent 4063cfb commit 8f7265a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 8.4/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.4.2-cli-alpine
FROM php:8.4.3-cli-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.4/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.4.2-cli-alpine
FROM php:8.4.3-cli-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.4/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.4.2-cli-alpine
FROM php:8.4.3-cli-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.4/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.4.2-fpm-alpine
FROM php:8.4.3-fpm-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.4/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.4.2-fpm-alpine
FROM php:8.4.3-fpm-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion 8.4/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.4.2-fpm-alpine
FROM php:8.4.3-fpm-alpine

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
12 changes: 12 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,17 @@
"cli-alpine-xdebug",
"cli-alpine-pcov"
]
},
"8.4": {
"version": "8.4.3",
"latest": true,
"variants": [
"fpm-alpine",
"fpm-alpine-xdebug",
"fpm-alpine-pcov",
"cli-alpine",
"cli-alpine-xdebug",
"cli-alpine-pcov"
]
}
}

0 comments on commit 8f7265a

Please sign in to comment.