We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c7c886 + d142d10 commit 740fcfdCopy full SHA for 740fcfd
images/5-edge/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.4-rc-apache
+FROM php:8.4-apache
2
3
# install persistent PHP extensions (they won’t get purged afterwards)
4
RUN set -eux; \
source/images.yml
@@ -20,4 +20,4 @@ images:
20
- "5-edge"
21
package-url: "https://github.com/redaxo/redaxo/releases/download/5.18.0/redaxo_5.18.0.zip"
22
package-sha: "b2a9eb1c7bb12862d259bec42861ff29b30211c2"
23
- php-version: "8.4-rc"
+ php-version: "8.4"
0 commit comments