Skip to content

Commit fc59ba2

Browse files
chore(deps): update php docker tag to v8.4
1 parent 95eec7a commit fc59ba2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

php73/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG COMPOSER_VERSION="2"
2-
ARG PHP_VERSION="7.3-fpm-bullseye"
2+
ARG PHP_VERSION="8.4-fpm-bullseye"
33

44
# composer version to make available in built image
55
FROM composer:${COMPOSER_VERSION} AS composer-image

php74/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG COMPOSER_VERSION="2"
2-
ARG PHP_VERSION="7.4-fpm-bullseye"
2+
ARG PHP_VERSION="8.4-fpm-bullseye"
33

44
# composer version to make available in built image
55
FROM composer:${COMPOSER_VERSION} AS composer-image

php80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG COMPOSER_VERSION="2"
2-
ARG PHP_VERSION="8.0-fpm-bullseye"
2+
ARG PHP_VERSION="8.4-fpm-bullseye"
33

44
# composer version to make available in built image
55
FROM composer:${COMPOSER_VERSION} AS composer-image

php81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG COMPOSER_VERSION="2"
2-
ARG PHP_VERSION="8.1-fpm-bullseye"
2+
ARG PHP_VERSION="8.4-fpm-bullseye"
33

44
# composer version to make available in built image
55
FROM composer:${COMPOSER_VERSION} AS composer-image

php82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG COMPOSER_VERSION="2"
2-
ARG PHP_VERSION="8.2-fpm-bullseye"
2+
ARG PHP_VERSION="8.4-fpm-bullseye"
33

44
# composer version to make available in built image
55
FROM composer:${COMPOSER_VERSION} AS composer-image

php83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG COMPOSER_VERSION="2"
2-
ARG PHP_VERSION="8.3-fpm-bullseye"
2+
ARG PHP_VERSION="8.4-fpm-bullseye"
33

44
# composer version to make available in built image
55
FROM composer:${COMPOSER_VERSION} AS composer-image

0 commit comments

Comments
 (0)