Skip to content

Commit a0e6a53

Browse files
Bump library/alpine from 3.21.1 to 3.21.2 (#105)
Bumps library/alpine from 3.21.1 to 3.21.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 ee10be0 commit a0e6a53

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.21.1
7+
FROM docker.io/library/alpine:3.21.2
88

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

0 commit comments

Comments
 (0)