Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Which versions?
ARG PHP_MINOR_VERSION=8.4
ARG PHP_VERSION=${PHP_MINOR_VERSION}.19
ARG PHP_MINOR_VERSION=8.5
ARG PHP_VERSION=${PHP_MINOR_VERSION}.4
ARG REDIS_EXT_VERSION=6.3.0
ARG IMAGICK_EXT_VERSION=3.8.1
ARG PCOV_EXT_VERSION=1.0.12
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Usage: `FROM ghcr.io/robuust/heroku-php`
* Heroku 24
* Apache
* Nginx
* PHP 8.4.x with Redis, Imagick and PCov
* PHP 8.5.x with Redis, Imagick and PCov
* Composer 2
* Node 24.x
* Yarn 4.x
Loading