File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ARG PHP_VERSION=8.5.7 -alpine # https://hub.docker.com/_/php/tags?page=1&name=8.5
2- ARG COMPOSER_VERSION=2.10.1 # https://hub.docker.com/_/composer/tags
3- ARG PHPEXTINST_VERSION=2.11.1 # https://github.com/mlocati/docker-php-extension-installer/releases
1+ ARG PHP_VERSION=8.5.8 -alpine # https://hub.docker.com/_/php/tags?page=1&name=8.5
2+ ARG COMPOSER_VERSION=2.10.2 # https://hub.docker.com/_/composer/tags
3+ ARG PHPEXTINST_VERSION=2.11.12 # https://github.com/mlocati/docker-php-extension-installer/releases
44ARG UUID_VERSION=1.3.0 # https://pecl.php.net/package/uuid
55
66FROM php:${PHP_VERSION} AS build_installer
Original file line number Diff line number Diff line change 1- ARG COMPOSER_VERSION=2.10.1 # https://hub.docker.com/_/composer/tags
1+ ARG COMPOSER_VERSION=2.10.2 # https://hub.docker.com/_/composer/tags
22ARG PHIVE_VERSION=0.16.0 # https://github.com/phar-io/phive/releases
3- ARG PHPEXTINST_VERSION=2.11.1 # https://github.com/mlocati/docker-php-extension-installer/releases
3+ ARG PHPEXTINST_VERSION=2.11.12 # https://github.com/mlocati/docker-php-extension-installer/releases
44ARG UUID_VERSION=1.3.0 # https://pecl.php.net/package/uuid
55
66FROM composer:${COMPOSER_VERSION} AS build_composer
You can’t perform that action at this time.
0 commit comments