Skip to content

Commit

Permalink
Bump library/alpine from 3.20.3 to 3.21.0 (#103)
Browse files Browse the repository at this point in the history
Bumps library/alpine from 3.20.3 to 3.21.0.

---
updated-dependencies:
- dependency-name: library/alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 721c9a0 commit 15d5155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache libcap musl-dev \
&& cargo install --root /usr --git https://github.com/cloudflare/boringtun.git boringtun-cli \
&& setcap cap_net_admin+ep /usr/bin/boringtun-cli

FROM docker.io/library/alpine:3.20.3
FROM docker.io/library/alpine:3.21.0

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

0 comments on commit 15d5155

Please sign in to comment.