Skip to content

Commit

Permalink
Bump docker.io/alpine image from 3.20.3 to v3.21.0 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: dghubble-renovate[bot] <119624128+dghubble-renovate[bot]@users.noreply.github.com>
  • Loading branch information
dghubble-renovate[bot] authored Dec 6, 2024
1 parent 67d6197 commit 01ac765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM docker.io/alpine:3.20.3 AS builder
FROM docker.io/alpine:3.21.0 AS builder
ARG ARCH
ARG CNI_VERSION
COPY scripts /scripts
RUN /scripts/fetch-cni.sh

FROM docker.io/alpine:3.20.3
FROM docker.io/alpine:3.21.0
LABEL maintainer="Dalton Hubble <[email protected]>"
LABEL org.opencontainers.image.title="flannel-cni",
LABEL org.opencontainers.image.source="https://github.com/poseidon/flannel-cni"
Expand Down

0 comments on commit 01ac765

Please sign in to comment.