Skip to content

Commit d866da1

Browse files
chore(deps): update docker.io/alpine docker tag to v3.23.3
1 parent 85456a5 commit d866da1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

api/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN go build -ldflags='-extldflags=-static' -tags sqlite_omit_load_extension
2323
FROM build AS test
2424
RUN go test
2525

26-
FROM docker.io/alpine:3.22.3 AS dist
26+
FROM docker.io/alpine:3.23.3 AS dist
2727
RUN apk add --no-cache \
2828
curl \
2929
easy-rsa \

ui/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/alpine:3.22.3 AS build
1+
FROM docker.io/alpine:3.23.3 AS build
22
RUN 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
1616
RUN apk add --no-cache lighttpd
1717
COPY entrypoint.sh /entrypoint.sh
1818
ENTRYPOINT ["/entrypoint.sh"]

vpn/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/alpine:3.22.3 AS dist
1+
FROM docker.io/alpine:3.23.3 AS dist
22
RUN apk add --no-cache \
33
openvpn \
44
easy-rsa \

0 commit comments

Comments
 (0)