From fb4e7208a783888046c8681bc8f0ecfe0a49d741 Mon Sep 17 00:00:00 2001 From: schuer Date: Sun, 22 Sep 2024 13:06:12 +0200 Subject: [PATCH 1/2] build: add php 8.4-rc --- source/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/images.yml b/source/images.yml index 2273c89..2bf4416 100644 --- a/source/images.yml +++ b/source/images.yml @@ -20,4 +20,4 @@ images: - "5-edge" package-url: "https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip" package-sha: "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50" - php-version: "8.3" + php-version: "8.4-rc" From 8ee76a8c7376f1b93bc8e6d08985baf40185fc3c Mon Sep 17 00:00:00 2001 From: FriendsOfREDAXO-T Date: Sun, 22 Sep 2024 11:06:59 +0000 Subject: [PATCH 2/2] GenerRRRRR-ate image files from source! --- images/5-edge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/5-edge/Dockerfile b/images/5-edge/Dockerfile index 6534870..347b9aa 100644 --- a/images/5-edge/Dockerfile +++ b/images/5-edge/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3-apache +FROM php:8.4-rc-apache # install persistent PHP extensions (they won’t get purged afterwards) RUN set -eux; \