Skip to content

Commit 729558d

Browse files
Bump library/alpine from 3.20.1 to 3.20.2 (#100)
Bumps library/alpine from 3.20.1 to 3.20.2. --- updated-dependencies: - dependency-name: library/alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fdbad4 commit 729558d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk add --no-cache libcap musl-dev \
44
&& cargo install --root /usr --git https://github.com/cloudflare/boringtun.git boringtun-cli \
55
&& setcap cap_net_admin+ep /usr/bin/boringtun-cli
66

7-
FROM docker.io/library/alpine:3.20.1
7+
FROM docker.io/library/alpine:3.20.2
88

99
RUN apk add --no-cache catatonit wireguard-tools \
1010
&& printf '%s\n' \

0 commit comments

Comments
 (0)