From 39c806649371013bbbd602aab908ca8a9cd4105a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:20:41 +0000 Subject: [PATCH] Bump alpine from 3.15 to 3.19 Bumps alpine from 3.15 to 3.19. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 50cd606..c15ba64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN mkdir /charts && /helm_bin/linux-amd64/helm init --client-only --stable-repo # Executable container bases # -------------------------- -FROM alpine:3.15 AS ssl_runner +FROM alpine:3.19 AS ssl_runner # Install SSL ca certificates RUN apk add --no-cache ca-certificates # Create user to be used in executable containers @@ -79,7 +79,7 @@ RUN addgroup -g 65532 -S nonroot && adduser -u 65532 -S nonroot -G nonroot # Set the uid as an integer for compatibility with runAsNonRoot in Kubernetes USER 65532 -FROM alpine:3.15 AS ssl_iptables_root_runner +FROM alpine:3.19 AS ssl_iptables_root_runner # Install SSL ca certificates RUN apk add --no-cache ca-certificates iptables