We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee10be0 commit a0e6a53Copy full SHA for a0e6a53
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.21.1
+FROM docker.io/library/alpine:3.21.2
8
9
RUN apk add --no-cache catatonit wireguard-tools \
10
&& printf '%s\n' \
0 commit comments