From 081ac38274f7c4e860a30246f223282c3ad6caf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:23:58 +0000 Subject: [PATCH] chore(deps): update dependency nethserver/nethsecurity-ui to v2.23.3 --- ui/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Containerfile b/ui/Containerfile index e14ab221..15e5bd45 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.23.2 +ARG UI_VERSION=2.23.3 # 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 \