File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN go build -ldflags='-extldflags=-static' -tags sqlite_omit_load_extension
2323FROM build AS test
2424RUN go test
2525
26- FROM docker.io/alpine:3.22 .3 AS dist
26+ FROM docker.io/alpine:3.23 .3 AS dist
2727RUN apk add --no-cache \
2828 curl \
2929 easy-rsa \
Original file line number Diff line number Diff line change 1- FROM docker.io/alpine:3.22 .3 AS build
1+ FROM docker.io/alpine:3.23 .3 AS build
22RUN apk add --no-cache \
33 git \
44 nodejs \
@@ -12,7 +12,7 @@ RUN git clone --depth=1 --branch="$UI_VERSION" https://github.com/NethServer/net
1212 && sed -i 's/standalone/controller/g' .env.production \
1313 && npm run build
1414
15- FROM docker.io/alpine:3.22 .3 AS dist
15+ FROM docker.io/alpine:3.23 .3 AS dist
1616RUN apk add --no-cache lighttpd
1717COPY entrypoint.sh /entrypoint.sh
1818ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1- FROM docker.io/alpine:3.22 .3 AS dist
1+ FROM docker.io/alpine:3.23 .3 AS dist
22RUN apk add --no-cache \
33 openvpn \
44 easy-rsa \
You can’t perform that action at this time.
0 commit comments