Skip to content

Commit 0f9bfef

Browse files
authored
[client] Security upgrade alpine from 3.22.0 to 3.22.2 #4618
1 parent f530123 commit 0f9bfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# sudo podman build -t localhost/netbird:latest -f client/Dockerfile --ignorefile .dockerignore-client .
55
# sudo podman run --rm -it --cap-add={BPF,NET_ADMIN,NET_RAW} localhost/netbird:latest
66

7-
FROM alpine:3.22.0
7+
FROM alpine:3.22.2
88
# iproute2: busybox doesn't display ip rules properly
99
RUN apk add --no-cache \
1010
bash \

0 commit comments

Comments
 (0)