Skip to content

Commit

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

---
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 Apr 1, 2024
1 parent 20bf551 commit 4722075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.image
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN export GOOS=$(xx-info os) &&\
./scripts/build_flannel.sh &&\
mv ./dist/flannel-${GOARCH} /flannel

FROM alpine:20231219
FROM alpine:20240329
ARG GOARCH
COPY --from=build /flannel /flannel

0 comments on commit 4722075

Please sign in to comment.