Skip to content

Commit 363f23d

Browse files
chore(deps): update php docker tag to v8.3
1 parent 95eec7a commit 363f23d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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

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.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)