From 6ab93cc0526baa0b90e2b7e6953ea4e534c0284b Mon Sep 17 00:00:00 2001 From: SimpleRisk Updater Date: Fri, 28 Aug 2026 21:51:33 +0000 Subject: [PATCH] Testing image trigger: version 20260828-001 (code-development @ 8b71032a) --- simplerisk-minimal/.testing-version | 2 +- simplerisk-minimal/Dockerfile | 4 ++-- simplerisk-minimal/stack.yml | 2 +- simplerisk/Dockerfile | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/simplerisk-minimal/.testing-version b/simplerisk-minimal/.testing-version index 4313955..33cd6ec 100644 --- a/simplerisk-minimal/.testing-version +++ b/simplerisk-minimal/.testing-version @@ -1 +1 @@ -20260820-001 +20260828-001 diff --git a/simplerisk-minimal/Dockerfile b/simplerisk-minimal/Dockerfile index 0554029..832f9de 100644 --- a/simplerisk-minimal/Dockerfile +++ b/simplerisk-minimal/Dockerfile @@ -16,13 +16,13 @@ SHELL [ "/bin/ash", "-eo", "pipefail", "-c" ] # updates feed, then extract -- fail-closed unless PREGA_BUNDLE_FALLBACK allows the # pre-GA path. See common/download_and_verify_bundle.sh. COPY common/download_and_verify_bundle.sh /download_and_verify_bundle.sh -RUN PREGA_BUNDLE_FALLBACK="$PREGA_BUNDLE_FALLBACK" sh /download_and_verify_bundle.sh 20260820-001 +RUN PREGA_BUNDLE_FALLBACK="$PREGA_BUNDLE_FALLBACK" sh /download_and_verify_bundle.sh 20260828-001 FROM php:${php_version}-apache LABEL maintainer="SimpleRisk " -ENV version=20260820-001 +ENV version=20260828-001 WORKDIR /var/www diff --git a/simplerisk-minimal/stack.yml b/simplerisk-minimal/stack.yml index 765dde6..ec2fafd 100644 --- a/simplerisk-minimal/stack.yml +++ b/simplerisk-minimal/stack.yml @@ -8,7 +8,7 @@ services: - DB_SETUP=automatic - DB_SETUP_PASS=simplerisk_setup - SIMPLERISK_DB_HOSTNAME=mysql - image: simplerisk/simplerisk-minimal:20260820-001 + image: simplerisk/simplerisk-minimal:20260828-001 ports: - "80:80" - "443:443" diff --git a/simplerisk/Dockerfile b/simplerisk/Dockerfile index bcaa9ba..884312b 100644 --- a/simplerisk/Dockerfile +++ b/simplerisk/Dockerfile @@ -14,13 +14,13 @@ SHELL [ "/bin/ash", "-eo", "pipefail", "-c" ] # -fsSL on the SQL fetch too: without --fail, curl writes the 404 body into # /simplerisk.sql and the image ships an HTML error page as its schema. COPY common/download_and_verify_bundle.sh /download_and_verify_bundle.sh -RUN PREGA_BUNDLE_FALLBACK="$PREGA_BUNDLE_FALLBACK" sh /download_and_verify_bundle.sh 20260820-001 && \ - curl -fsSL "https://github.com/simplerisk/database/raw/master/simplerisk-$DB_LANG-20260820-001.sql" > /simplerisk.sql +RUN PREGA_BUNDLE_FALLBACK="$PREGA_BUNDLE_FALLBACK" sh /download_and_verify_bundle.sh 20260828-001 && \ + curl -fsSL "https://github.com/simplerisk/database/raw/master/simplerisk-$DB_LANG-20260828-001.sql" > /simplerisk.sql # Using Ubuntu image FROM ubuntu:${ubuntu_version_code} -ENV version=20260820-001 +ENV version=20260828-001 # Maintained by SimpleRisk LABEL maintainer="Simplerisk "