We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f530123 commit 0f9bfefCopy full SHA for 0f9bfef
client/Dockerfile
@@ -4,7 +4,7 @@
4
# sudo podman build -t localhost/netbird:latest -f client/Dockerfile --ignorefile .dockerignore-client .
5
# sudo podman run --rm -it --cap-add={BPF,NET_ADMIN,NET_RAW} localhost/netbird:latest
6
7
-FROM alpine:3.22.0
+FROM alpine:3.22.2
8
# iproute2: busybox doesn't display ip rules properly
9
RUN apk add --no-cache \
10
bash \
0 commit comments