Skip to content

Commit

Permalink
Update alpine from v3.12 to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Feb 8, 2021
1 parent 4354e5b commit 1c21cd7
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.12 AS builder
FROM docker.io/alpine:3.13 AS builder
ARG ARCH
ARG CNI_VERSION
COPY scripts /scripts
RUN /scripts/fetch-cni.sh

FROM docker.io/alpine:3.12
FROM docker.io/alpine:3.13
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
COPY --from=builder /bin/flannel /opt/cni/bin/flannel
COPY --from=builder /bin/loopback /opt/cni/bin/loopback
Expand Down

0 comments on commit 1c21cd7

Please sign in to comment.