From fdac25d153ae39fc29332ec0a79b9ecdba246037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:00:27 -0500 Subject: [PATCH] Bump alpine from 3.18.3 to 3.18.5 (#305) Bumps alpine from 3.18.3 to 3.18.5. --- 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 27ec5813..7c8feef8 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.18.3 as runtime +FROM --platform=$TARGETPLATFORM alpine:3.18.5 as runtime RUN apk add iptables libcap && \ touch /run/xtables.lock && \ chmod 0666 /run/xtables.lock diff --git a/Dockerfile-cni-plugin b/Dockerfile-cni-plugin index e95ea777..3a199bc9 100644 --- a/Dockerfile-cni-plugin +++ b/Dockerfile-cni-plugin @@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on \ ## Runtime ## -FROM --platform=$TARGETPLATFORM alpine:3.18.3 as runtime +FROM --platform=$TARGETPLATFORM alpine:3.18.5 as runtime WORKDIR /linkerd RUN apk add \ # For inotifywait