Skip to content

Commit

Permalink
Merge branch 'master' into php82
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink authored Jun 13, 2024
2 parents dbcc876 + 21aaf7c commit 9af0c73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Which versions?
ARG PHP_VERSION=8.2.19
ARG PHP_VERSION=8.2.20
ARG REDIS_EXT_VERSION=6.0.2
ARG IMAGICK_EXT_VERSION=3.7.0
ARG PCOV_EXT_VERSION=1.0.11
ARG HTTPD_VERSION=2.4.59
ARG NGINX_VERSION=1.24.0
ARG NGINX_VERSION=1.26.1
ARG NODE_VERSION=20.14.0
ARG COMPOSER_VERSION=2.7.6
ARG COMPOSER_VERSION=2.7.7
ARG YARN_VERSION=1.22.22

# Inherit from Heroku's stack
Expand Down

0 comments on commit 9af0c73

Please sign in to comment.