From dfb6e3cc7c7c840957d4dc32796fd8beb6eff3e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 13:11:12 +0000 Subject: [PATCH] chore(deps): update dependency nethserver/nethsecurity-ui to v2.20.1 --- ui/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Containerfile b/ui/Containerfile index ca197bd..71c8c5f 100644 --- a/ui/Containerfile +++ b/ui/Containerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache \ npm WORKDIR /build # renovate: datasource=github-releases depName=NethServer/nethsecurity-ui -ARG UI_VERSION=2.18.2 +ARG UI_VERSION=2.20.1 # FIXME: when git 2.49 is available in alpine, use --revision="$UI_VERSION" instead of --branch="$UI_VERSION" RUN git clone --depth=1 --branch="$UI_VERSION" https://github.com/NethServer/nethsecurity-ui . \ && npm ci \