[client] fix: client/Dockerfile to reduce vulnerabilities (#5217)

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Maycon Santos
2026-03-03 08:44:08 +01:00
committed by GitHub
parent 82da606886
commit 47133031e5

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.23.2
FROM alpine:3.23.3
# iproute2: busybox doesn't display ip rules properly
RUN apk add --no-cache \
bash \