feat: publish Toolbox 0.7.0

This commit is contained in:
2026-07-27 01:16:20 +02:00
parent 5c052bc6d1
commit 470ee49ca2
15 changed files with 147 additions and 576 deletions

View File

@@ -2,8 +2,8 @@ ARG NGINX_IMAGE=nginxinc/nginx-unprivileged:1.31.3-alpine@sha256:18d67281256ded3
FROM ${NGINX_IMAGE} AS release
ARG TOOLBOX_RELEASE_VERSION=0.6.0
ARG TOOLBOX_RELEASE_SHA256=aa01a0dfd6681c6d94f00c5a83ddf9898f7393e3dc476d491680884d806fbaa0
ARG TOOLBOX_RELEASE_VERSION=0.7.0
ARG TOOLBOX_RELEASE_SHA256=505a1ff1fa10d8831a6110eb52bb1eff7be58ca495ce50f7d67977c893a36e99
ARG TOOLBOX_RELEASE_BASE_URL=https://git.add-ideas.de/zemion/toolbox-portal/releases/download
RUN set -eu; \