From ae74d22cdef83852d00e2a994f6fb114952a3eea Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 2 Sep 2026 22:19:44 +0200 Subject: [PATCH] chore(toolbox-portal): default compose to release 0.20.1 --- compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 71dd4a7..6156413 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,9 +6,9 @@ services: context: . dockerfile: Containerfile.release args: - TOOLBOX_RELEASE_VERSION: "${TOOLBOX_RELEASE_VERSION:-0.20.0}" - TOOLBOX_RELEASE_SHA256: "${TOOLBOX_RELEASE_SHA256:-450618902a1ee87405da463881e6f51f685691c2081259aff9c25a4aa6fe22ed}" - image: "git.add-ideas.de/lotobo/toolbox:${TOOLBOX_RELEASE_VERSION:-0.20.0}" + TOOLBOX_RELEASE_VERSION: "${TOOLBOX_RELEASE_VERSION:-0.20.1}" + TOOLBOX_RELEASE_SHA256: "${TOOLBOX_RELEASE_SHA256:-19d5c7f78d5b781abae0fbe05095899c21ba24adb43f9b4a2272c95a2e0a933c}" + image: "git.add-ideas.de/lotobo/toolbox:${TOOLBOX_RELEASE_VERSION:-0.20.1}" restart: unless-stopped read_only: true tmpfs: