feat: publish Toolbox 0.15.0 with Sudoku Tools 0.2.0

This commit is contained in:
2026-08-31 08:44:44 +02:00
parent 7bd34371a9
commit bc07e13e3b
12 changed files with 41 additions and 41 deletions
+2 -2
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.14.0
ARG TOOLBOX_RELEASE_SHA256=e79f4aadfce3222855a3829805e72ebe399ce863df5e2b57ea0bd606139c2d6d
ARG TOOLBOX_RELEASE_VERSION=0.15.0
ARG TOOLBOX_RELEASE_SHA256=3e88b91cf73a5f9166ede37b9f23528824d977ed356808c050253aefea8c98d3
ARG TOOLBOX_RELEASE_BASE_URL=https://git.add-ideas.de/lotobo/toolbox-portal/releases/download
RUN set -eu; \