Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink authored Nov 30, 2023
1 parent 7588b94 commit 0ca8634
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Which versions?
ARG PHP_VERSION=8.1.24
ARG REDIS_EXT_VERSION=6.0.1
ARG PHP_VERSION=8.1.26
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.57
ARG HTTPD_VERSION=2.4.58
ARG NGINX_VERSION=1.24.0
ARG NODE_VERSION=18.18.1
ARG COMPOSER_VERSION=2.6.4
ARG NODE_VERSION=20.10.0
ARG COMPOSER_VERSION=2.6.5
ARG YARN_VERSION=1.22.19

# Inherit from Heroku's stack
Expand Down

0 comments on commit 0ca8634

Please sign in to comment.