Skip to content

Commit

Permalink
Bump library/alpine from 3.21.1 to 3.21.2 (#105)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent ee10be0 commit a0e6a53
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.21.1
FROM docker.io/library/alpine:3.21.2

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

0 comments on commit a0e6a53

Please sign in to comment.