From b0e84997e663b1fbc6f654efa85b6529f905f130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20Sch=C3=BCrjohann?= Date: Mon, 28 Oct 2024 15:27:40 +0100 Subject: [PATCH 1/2] Bump to REDAXO 5.18.0 --- source/images.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/images.yml b/source/images.yml index 9711d9f..fb59d61 100644 --- a/source/images.yml +++ b/source/images.yml @@ -12,12 +12,12 @@ images: tags: - "5-stable" - "5" - package-url: "https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip" - package-sha: "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50" + package-url: "https://github.com/redaxo/redaxo/releases/download/5.18.0/redaxo_5.18.0.zip" + package-sha: "b2a9eb1c7bb12862d259bec42861ff29b30211c2" php-version: "8.2" - name: "5-edge" tags: - "5-edge" - package-url: "https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip" - package-sha: "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50" + package-url: "https://github.com/redaxo/redaxo/releases/download/5.18.0/redaxo_5.18.0.zip" + package-sha: "b2a9eb1c7bb12862d259bec42861ff29b30211c2" php-version: "8.4-rc" From 5f5f9da19f2c7592d530d322aa2626a89cbd2637 Mon Sep 17 00:00:00 2001 From: FriendsOfREDAXO-T Date: Mon, 28 Oct 2024 14:28:07 +0000 Subject: [PATCH 2/2] GenerRRRRR-ate image files from source! --- images/5-edge/Dockerfile | 4 ++-- images/5-stable/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/images/5-edge/Dockerfile b/images/5-edge/Dockerfile index 347b9aa..59d9a72 100644 --- a/images/5-edge/Dockerfile +++ b/images/5-edge/Dockerfile @@ -106,8 +106,8 @@ VOLUME /var/www/html # fetch REDAXO, validate checksum and extract to tmp folder RUN set -e; \ - curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip; \ - echo "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50 *redaxo.zip" | shasum -c -a 256; \ + curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.18.0/redaxo_5.18.0.zip; \ + echo "b2a9eb1c7bb12862d259bec42861ff29b30211c2 *redaxo.zip" | shasum -c -a 256; \ unzip -oq redaxo.zip -d /usr/src/redaxo; \ rm redaxo.zip; \ chown -R www-data:www-data /usr/src/redaxo diff --git a/images/5-stable/Dockerfile b/images/5-stable/Dockerfile index 0267a5a..04b9e9b 100644 --- a/images/5-stable/Dockerfile +++ b/images/5-stable/Dockerfile @@ -106,8 +106,8 @@ VOLUME /var/www/html # fetch REDAXO, validate checksum and extract to tmp folder RUN set -e; \ - curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip; \ - echo "75b8e5a7e58b8c80cacdbd19f6cce8653d3f4d50 *redaxo.zip" | shasum -c -a 256; \ + curl -Ls -o redaxo.zip https://github.com/redaxo/redaxo/releases/download/5.18.0/redaxo_5.18.0.zip; \ + echo "b2a9eb1c7bb12862d259bec42861ff29b30211c2 *redaxo.zip" | shasum -c -a 256; \ unzip -oq redaxo.zip -d /usr/src/redaxo; \ rm redaxo.zip; \ chown -R www-data:www-data /usr/src/redaxo