From 7966618afe43946dc6d3f0eef3f994efc811cb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:36:06 +0000 Subject: [PATCH] Bump python from 3.11.8-alpine3.18 to 3.12.3-alpine3.18 Bumps python from 3.11.8-alpine3.18 to 3.12.3-alpine3.18. --- updated-dependencies: - dependency-name: python 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..71d680a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ RUN pipenv sync --clear --verbose # The version of Python used here should match the version of the Alpine # python3 package installed in the compile-stage. -FROM python:3.11.8-alpine3.18 AS build-stage +FROM python:3.12.3-alpine3.18 AS build-stage ### # For a list of pre-defined annotation keys and value types see: