Skip to content

Commit 7ea923f

Browse files
authored
Merge pull request #107 from FriendsOfREDAXO/schuer-patch-1
Update to PHP 8.5
2 parents d14cd63 + d7aa5bc commit 7ea923f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/5-edge/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.5-rc-apache
1+
FROM php:8.5-apache
22

33
# install persistent PHP extensions (they won’t get purged afterwards)
44
RUN set -eux; \

source/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ images:
2020
- "5-edge"
2121
package-url: "https://github.com/redaxo/redaxo/releases/download/5.20.0/redaxo_5.20.0.zip"
2222
package-sha: "eda0101aa2035c19ec721f55ffa23e7e61335cba"
23-
php-version: "8.5-rc"
23+
php-version: "8.5"

0 commit comments

Comments
 (0)