Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into php/8.5.0-beta2
  • Loading branch information
macbre authored Nov 6, 2025
commit 313adab4720ce0421298a8ce3a91bd59d2f204a4
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
ARG PHP_VERSION=8.5.0RC3

# https://hub.docker.com/_/python/
ARG PYTHON_VERSION=3.13.7
ARG PYTHON_VERSION=3.14.0

# https://hub.docker.com/_/composer
ARG COMPOSER_VERSION=2.8.11
ARG COMPOSER_VERSION=2.8.12

FROM composer:$COMPOSER_VERSION AS php-composer
RUN /usr/bin/composer -v
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.