From 0c2faf153e79e3c6f3dbaf01660e5ed21d28efb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:50:30 +0000 Subject: [PATCH] chore(deps): update dependency nethserver/nethsecurity-ui to v2.19.0 --- ui/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Containerfile b/ui/Containerfile index ca197bd..bcd7458 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.19.0 # 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 \