Skip to content

Commit

Permalink
Update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Feb 3, 2025
1 parent 56c8691 commit 84e1864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PHP_VERSION=8.4.3-alpine # https://hub.docker.com/_/php/tags?page=1&name=8.4
ARG COMPOSER_VERSION=2.8.5 # https://hub.docker.com/_/composer/tags
ARG PHPEXTINST_VERSION=2.7.13 # https://github.com/mlocati/docker-php-extension-installer/releases
ARG PHPEXTINST_VERSION=2.7.15 # https://github.com/mlocati/docker-php-extension-installer/releases
ARG UUID_VERSION=1.2.1 # https://pecl.php.net/package/uuid

FROM php:${PHP_VERSION} AS build_installer
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG COMPOSER_VERSION=2.8.5 # https://hub.docker.com/_/composer/tags
ARG PHIVE_VERSION=0.15.3 # https://github.com/phar-io/phive/releases
ARG PHPEXTINST_VERSION=2.7.13 # https://github.com/mlocati/docker-php-extension-installer/releases
ARG PHPEXTINST_VERSION=2.7.15 # https://github.com/mlocati/docker-php-extension-installer/releases
ARG UUID_VERSION=1.2.1 # https://pecl.php.net/package/uuid

FROM composer:${COMPOSER_VERSION} AS build_composer
Expand Down

0 comments on commit 84e1864

Please sign in to comment.