From a3a4f51fbd8e2391444c96244a6513f6157ef2cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:10:29 -0700 Subject: [PATCH] Bump alpine from 3.20.0 to 3.20.3 (#417) Bumps alpine from 3.20.0 to 3.20.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile-cni-plugin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 85d63dcc..3e91c167 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on \ ## Runtime ## -FROM --platform=$TARGETPLATFORM alpine:3.20.0 as runtime +FROM --platform=$TARGETPLATFORM alpine:3.20.3 as runtime RUN apk add iptables-legacy iptables libcap && \ touch /run/xtables.lock && \ chmod 0666 /run/xtables.lock diff --git a/Dockerfile-cni-plugin b/Dockerfile-cni-plugin index 031a102b..5a8e40f0 100644 --- a/Dockerfile-cni-plugin +++ b/Dockerfile-cni-plugin @@ -34,7 +34,7 @@ RUN --mount=type=cache,target=target \ just cni-repair-controller arch="$TARGETARCH" profile=release build && \ mv "target/$target/release/linkerd-cni-repair-controller" . -FROM --platform=$TARGETPLATFORM alpine:3.20.0 as runtime +FROM --platform=$TARGETPLATFORM alpine:3.20.3 as runtime WORKDIR /linkerd RUN apk add \ # For inotifywait