Skip to content

Commit

Permalink
Merge branch 'master' into php84
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink committed Dec 23, 2024
2 parents 02d387e + 1e335b4 commit 53666f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Which versions?
ARG PHP_VERSION=8.4.1
ARG PHP_VERSION=8.4.2
ARG REDIS_EXT_VERSION=6.1.0
ARG IMAGICK_EXT_VERSION=3.7.0
ARG PCOV_EXT_VERSION=1.0.12
ARG HTTPD_VERSION=2.4.62
ARG NGINX_VERSION=1.26.2
ARG NODE_VERSION=22.12.0
ARG COMPOSER_VERSION=2.8.3
ARG COMPOSER_VERSION=2.8.4

# Inherit from Heroku's stack
FROM --platform=linux/amd64 heroku/heroku:24-build AS stage-amd64
Expand Down

0 comments on commit 53666f2

Please sign in to comment.