Skip to content

Commit c2cdf33

Browse files
committed
Update docker dependencies
1 parent 6706adc commit c2cdf33

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
ARG UUID_VERSION=1.3.0 # https://pecl.php.net/package/uuid
55

66
FROM php:${PHP_VERSION} AS build_installer

Dockerfile-dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
22
ARG 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
44
ARG UUID_VERSION=1.3.0 # https://pecl.php.net/package/uuid
55

66
FROM composer:${COMPOSER_VERSION} AS build_composer

0 commit comments

Comments
 (0)