Skip to content

Commit

Permalink
Merge pull request #64 from flannel-io/dependabot/docker/alpine-20231219
Browse files Browse the repository at this point in the history
Bump alpine from 20230901 to 20231219
  • Loading branch information
thomasferrandiz authored Feb 16, 2024
2 parents 6c34ae8 + 0a6e942 commit 53f644d
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:20230901
FROM alpine:20231219
ARG GOARCH
COPY --from=build /flannel /flannel

0 comments on commit 53f644d

Please sign in to comment.