From 10882b78cbd9e0afc6c59bd37462cec25fb8d2c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 01:24:54 +0000 Subject: [PATCH] chore(deps): update dependency nethserver/nethsecurity-ui to v2.18.1 --- ui/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Containerfile b/ui/Containerfile index d3f4cc5d..c760d3c3 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.17.0 +ARG UI_VERSION=2.18.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 \