We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671b651 commit f4d660dCopy full SHA for f4d660d
1 file changed
ui/Containerfile
@@ -5,7 +5,7 @@ RUN apk add --no-cache \
5
npm
6
WORKDIR /build
7
# renovate: datasource=github-releases depName=NethServer/nethsecurity-ui
8
-ARG UI_VERSION=2.7.2
+ARG UI_VERSION=2.13.0
9
# FIXME: when git 2.49 is available in alpine, use --revision="$UI_VERSION" instead of --branch="$UI_VERSION"
10
RUN git clone --depth=1 --branch="$UI_VERSION" https://github.com/NethServer/nethsecurity-ui . \
11
&& npm ci \
0 commit comments