From 988ef4c1a0e30a4ac8f00d73c9366d96d57e50a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:43:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20TasmoAdmin/TasmoA?= =?UTF-8?q?dmin=20to=20v3.3.0=20(#368)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 2de4eba..aecd644 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG TASMOADMIN_VERSION="v3.2.0" +ARG TASMOADMIN_VERSION="v3.3.0" # hadolint ignore=DL3003 RUN \ apk add --no-cache \