Skip to content

Commit

Permalink
[🐳 docker] Update minor docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandresalome authored and jderusse committed Oct 31, 2024
1 parent 5b4a523 commit aed9fb0
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,5 +1,5 @@
ARG PHP_VERSION=8.3.13-alpine # https://hub.docker.com/_/php/tags?page=1&name=8.3
ARG COMPOSER_VERSION=2.8.1 # https://hub.docker.com/_/composer/tags
ARG COMPOSER_VERSION=2.8.2 # https://hub.docker.com/_/composer/tags
ARG PHPEXTINST_VERSION=2.5.2 # https://github.com/mlocati/docker-php-extension-installer/releases
ARG UUID_VERSION=1.2.0 # https://pecl.php.net/package/uuid

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG COMPOSER_VERSION=2.8.1 # https://hub.docker.com/_/composer/tags
ARG COMPOSER_VERSION=2.8.2 # https://hub.docker.com/_/composer/tags
ARG PHIVE_VERSION=0.15.3 # https://github.com/phar-io/phive/releases
ARG PHPEXTINST_VERSION=2.5.2 # https://github.com/mlocati/docker-php-extension-installer/releases
ARG UUID_VERSION=1.2.0 # https://pecl.php.net/package/uuid
Expand Down

0 comments on commit aed9fb0

Please sign in to comment.