We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d14cd63 + d7aa5bc commit 7ea923fCopy full SHA for 7ea923f
images/5-edge/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.5-rc-apache
+FROM php:8.5-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.20.0/redaxo_5.20.0.zip"
22
package-sha: "eda0101aa2035c19ec721f55ffa23e7e61335cba"
23
- php-version: "8.5-rc"
+ php-version: "8.5"
0 commit comments