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 \