Skip to content

Commit

Permalink
Update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Nov 6, 2023
1 parent 0aa6012 commit 0e0c237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PHP_VERSION=8.2.11 # https://hub.docker.com/_/php/tags?page=1&name=8.2
ARG COMPOSER_VERSION=2.6.4 # https://hub.docker.com/_/composer/tags
ARG PHPEXTINST_VERSION=2.1.55 # https://github.com/mlocati/docker-php-extension-installer/releases
ARG COMPOSER_VERSION=2.6.5 # https://hub.docker.com/_/composer/tags
ARG PHPEXTINST_VERSION=2.1.61 # 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
5 changes: 2 additions & 3 deletions Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
ARG COMPOSER_VERSION=2.6.4 # https://hub.docker.com/_/composer/tags
ARG COMPOSER_VERSION=2.6.5 # https://hub.docker.com/_/composer/tags
ARG PHIVE_VERSION=0.15.2 # https://github.com/phar-io/phive/releases
ARG PHPEXTINST_VERSION=2.1.55 # https://github.com/mlocati/docker-php-extension-installer/releases
ARG PHPEXTINST_VERSION=2.1.61 # 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

FROM php:8.2-cli

ARG COMPOSER_VERSION
ARG PHIVE_VERSION
ARG PHPEXTINST_VERSION
ARG UUID_VERSION
Expand Down

0 comments on commit 0e0c237

Please sign in to comment.