Skip to content

Commit 2cb60d2

Browse files
committed
Updated Alpine image
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
1 parent 52f1b3d commit 2cb60d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN export GOOS=$(xx-info os) &&\
2525
export ARCH=$(xx-info arch) &&\
2626
make build
2727

28-
FROM alpine:20250108
28+
FROM alpine:3.22.0
2929
RUN apk update && apk upgrade
3030
RUN apk add --no-cache iproute2 ca-certificates nftables iptables strongswan iptables-legacy && update-ca-certificates
3131
RUN apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community

0 commit comments

Comments
 (0)