Skip to content

Commit 26fcfed

Browse files
chore(deps): update php docker tag to v8.3
1 parent 36267db commit 26fcfed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3-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.3-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.3-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.3-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)