[client] Security upgrade alpine from 3.22.0 to 3.22.2 #4618

This commit is contained in:
Maycon Santos
2025-10-17 14:47:11 -03:00
committed by GitHub
parent f5301230bf
commit 0f9bfeff7c

View File

@@ -4,7 +4,7 @@
# sudo podman build -t localhost/netbird:latest -f client/Dockerfile --ignorefile .dockerignore-client .
# sudo podman run --rm -it --cap-add={BPF,NET_ADMIN,NET_RAW} localhost/netbird:latest
FROM alpine:3.22.0
FROM alpine:3.22.2
# iproute2: busybox doesn't display ip rules properly
RUN apk add --no-cache \
bash \