Skip to content

Commit

Permalink
[🐳 docker] Update minor docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfire-tortue-geniale committed Nov 25, 2024
1 parent 0d36a91 commit 2a25495
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,4 +1,4 @@
ARG PHP_VERSION=8.3.14-alpine # https://hub.docker.com/_/php/tags?page=1&name=8.3
ARG PHP_VERSION=8.4.1-alpine # https://hub.docker.com/_/php/tags?page=1&name=8.3
ARG COMPOSER_VERSION=2.8.3 # 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
Expand Up @@ -5,7 +5,7 @@ ARG UUID_VERSION=1.2.0 # https://pecl.php.net/package/uuid

FROM composer:${COMPOSER_VERSION} AS build_composer

FROM php:8.3-cli
FROM php:8.4-cli

ARG PHIVE_VERSION
ARG PHPEXTINST_VERSION
Expand Down

0 comments on commit 2a25495

Please sign in to comment.