From 48335434cebd9a5ed9d5df0a2b0f5ed651af4612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:47:11 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.18 to 3.19 Bumps alpine from 3.18 to 3.19. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6e2b48b..65f38484 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN CGO_ENABLED=1 \ ./cmd/shell-operator # Final image -FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.18 +FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19 ARG TARGETPLATFORM RUN apk --no-cache add ca-certificates bash sed tini && \ kubectlArch=$(echo ${TARGETPLATFORM:-linux/amd64} | sed 's/\/v7//') && \