Skip to content

Commit

Permalink
Merge pull request #98 from FriendsOfREDAXO/schuer-patch-1
Browse files Browse the repository at this point in the history
bump stable image to PHP 8.3
  • Loading branch information
schuer authored Jan 1, 2025
2 parents d266930 + fd3e8c9 commit be4cf4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/5-stable/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-apache
FROM php:8.3-apache

# install persistent PHP extensions (they won’t get purged afterwards)
RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion source/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ images:
- "5"
package-url: "https://github.com/redaxo/redaxo/releases/download/5.18.1/redaxo_5.18.1.zip"
package-sha: "4f7c006cd7a63e2dbb8a12cb8477d6ed137d9f1f"
php-version: "8.2"
php-version: "8.3"
- name: "5-edge"
tags:
- "5-edge"
Expand Down

0 comments on commit be4cf4b

Please sign in to comment.