Skip to content

Commit

Permalink
Merge pull request #113 from flannel-io/dependabot/docker/alpine-2025…
Browse files Browse the repository at this point in the history
…0108

Bump alpine from 20240923 to 20250108
  • Loading branch information
thomasferrandiz authored Jan 13, 2025
2 parents a89963a + eca5d1d commit cc21427
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:20240923
FROM alpine:20250108
ARG GOARCH
COPY --from=build /flannel /flannel

0 comments on commit cc21427

Please sign in to comment.