Skip to content

Commit

Permalink
Merge pull request #33198 from jderusse/deps-docker
Browse files Browse the repository at this point in the history
Update Docker dependencies
  • Loading branch information
jderusse committed Mar 4, 2024
2 parents 3ffc11d + 6d6f1d7 commit 601aaf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PHP_VERSION=8.2.15 # https://hub.docker.com/_/php/tags?page=1&name=8.2
ARG COMPOSER_VERSION=2.6.6 # https://hub.docker.com/_/composer/tags
ARG PHPEXTINST_VERSION=2.1.82 # https://github.com/mlocati/docker-php-extension-installer/releases
ARG PHP_VERSION=8.2.16 # https://hub.docker.com/_/php/tags?page=1&name=8.2
ARG COMPOSER_VERSION=2.7.1 # https://hub.docker.com/_/composer/tags
ARG PHPEXTINST_VERSION=2.2.2 # https://github.com/mlocati/docker-php-extension-installer/releases
ARG UUID_VERSION=1.2.0 # https://pecl.php.net/package/uuid

FROM php:${PHP_VERSION}-alpine as build_installer
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG COMPOSER_VERSION=2.6.6 # https://hub.docker.com/_/composer/tags
ARG COMPOSER_VERSION=2.7.1 # https://hub.docker.com/_/composer/tags
ARG PHIVE_VERSION=0.15.2 # https://github.com/phar-io/phive/releases
ARG PHPEXTINST_VERSION=2.1.82 # https://github.com/mlocati/docker-php-extension-installer/releases
ARG PHPEXTINST_VERSION=2.2.2 # https://github.com/mlocati/docker-php-extension-installer/releases
ARG UUID_VERSION=1.2.0 # https://pecl.php.net/package/uuid

FROM composer:${COMPOSER_VERSION} as build_composer
Expand Down

0 comments on commit 601aaf4

Please sign in to comment.