We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdbad4 commit 729558dCopy full SHA for 729558d
Dockerfile
@@ -4,7 +4,7 @@ RUN apk add --no-cache libcap musl-dev \
4
&& cargo install --root /usr --git https://github.com/cloudflare/boringtun.git boringtun-cli \
5
&& setcap cap_net_admin+ep /usr/bin/boringtun-cli
6
7
-FROM docker.io/library/alpine:3.20.1
+FROM docker.io/library/alpine:3.20.2
8
9
RUN apk add --no-cache catatonit wireguard-tools \
10
&& printf '%s\n' \
0 commit comments