From 8236e710b0325f813d614102c510e95ccc22f115 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:41:15 +0000 Subject: [PATCH] Bump docker.io/alpine image from 3.20.1 to v3.20.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0a24a83..930ea03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM docker.io/alpine:3.20.1 AS builder +FROM docker.io/alpine:3.20.2 AS builder ARG ARCH ARG CNI_VERSION COPY scripts /scripts RUN /scripts/fetch-cni.sh -FROM docker.io/alpine:3.20.1 +FROM docker.io/alpine:3.20.2 LABEL maintainer="Dalton Hubble " LABEL org.opencontainers.image.title="flannel-cni", LABEL org.opencontainers.image.source="https://github.com/poseidon/flannel-cni"