chore(portal): bump embedded release to 0.20.2 with translator-tools 0.1.1
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-03 09:16:53 +02:00
parent cd54847af8
commit 3b1a13b84d
6 changed files with 11 additions and 9 deletions
+3 -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.20.1
ARG TOOLBOX_RELEASE_SHA256=19d5c7f78d5b781abae0fbe05095899c21ba24adb43f9b4a2272c95a2e0a933c
ARG TOOLBOX_RELEASE_VERSION=0.20.2
ARG TOOLBOX_RELEASE_SHA256=66f02f95092ef80b9e49cda91c8401400e2ee1d2c640ab20a3a7810bf265c2c7
ARG TOOLBOX_RELEASE_BASE_URL=https://git.add-ideas.de/lotobo/toolbox-portal/releases/download
RUN set -eu; \
@@ -43,6 +43,7 @@ RUN set -eu; \
test -f /tmp/toolbox/apps/diff/toolbox-app.json; \
test -f /tmp/toolbox/apps/time/toolbox-app.json; \
test -f /tmp/toolbox/apps/text/toolbox-app.json; \
test -f /tmp/toolbox/apps/translator/toolbox-app.json; \
test -f /tmp/toolbox/apps/unicode/toolbox-app.json; \
test -f /tmp/toolbox/apps/flow/toolbox-app.json; \
test -f /tmp/toolbox/apps/subtitle/toolbox-app.json; \