Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion php73/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG COMPOSER_VERSION="2"
ARG PHP_VERSION="7.3-fpm-bullseye"
ARG PHP_VERSION="8.4-fpm-bullseye"

# composer version to make available in built image
FROM composer:${COMPOSER_VERSION} AS composer-image
Expand Down
2 changes: 1 addition & 1 deletion php74/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG COMPOSER_VERSION="2"
ARG PHP_VERSION="7.4-fpm-bullseye"
ARG PHP_VERSION="8.4-fpm-bullseye"

# composer version to make available in built image
FROM composer:${COMPOSER_VERSION} AS composer-image
Expand Down
2 changes: 1 addition & 1 deletion php80/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG COMPOSER_VERSION="2"
ARG PHP_VERSION="8.0-fpm-bullseye"
ARG PHP_VERSION="8.4-fpm-bullseye"

# composer version to make available in built image
FROM composer:${COMPOSER_VERSION} AS composer-image
Expand Down
2 changes: 1 addition & 1 deletion php81/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG COMPOSER_VERSION="2"
ARG PHP_VERSION="8.1-fpm-bullseye"
ARG PHP_VERSION="8.4-fpm-bullseye"

# composer version to make available in built image
FROM composer:${COMPOSER_VERSION} AS composer-image
Expand Down
2 changes: 1 addition & 1 deletion php82/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG COMPOSER_VERSION="2"
ARG PHP_VERSION="8.2-fpm-bullseye"
ARG PHP_VERSION="8.4-fpm-bullseye"

# composer version to make available in built image
FROM composer:${COMPOSER_VERSION} AS composer-image
Expand Down
2 changes: 1 addition & 1 deletion php83/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG COMPOSER_VERSION="2"
ARG PHP_VERSION="8.3-fpm-bullseye"
ARG PHP_VERSION="8.4-fpm-bullseye"

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