Skip to content

Commit

Permalink
Bump alpine from 20231219 to 20240315 in /images
Browse files Browse the repository at this point in the history
Bumps alpine from 20231219 to 20240315.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and manuelbuil committed Mar 19, 2024
1 parent ff07faf commit e4a50b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN export GOOS=$(xx-info os) &&\
export ARCH=$(xx-info arch) &&\
make build

FROM alpine:20231219
FROM alpine:20240315
RUN apk update && apk upgrade
RUN apk add --no-cache iproute2 ca-certificates iptables strongswan iptables-legacy && update-ca-certificates
RUN apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community
Expand Down

0 comments on commit e4a50b2

Please sign in to comment.