From d9160e9033115f7d8ac429d22c3ac9f01b2f94b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 14:07:16 +0000 Subject: [PATCH] Bump alpine from 3.18 to 3.20 Bumps alpine from 3.18 to 3.20. --- 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 03f10a4..5990a8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # in the Python Docker image we use for the build-stage. The tag of the Python # Docker image matches the version of the python3 package available on Alpine # for consistency. -FROM alpine:3.18 AS compile-stage +FROM alpine:3.20 AS compile-stage # Unprivileged user information necessary for the Python virtual environment ARG CISA_USER="cisa"