From 8afedc31f862db55506af0c7fcbab40a09fab9b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:30:19 +0000 Subject: [PATCH] Bump python from 3.10.4-alpine to 3.12.0-alpine Bumps python from 3.10.4-alpine to 3.12.0-alpine. --- updated-dependencies: - dependency-name: python 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 61008d74e15..45fc2dd53b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ FROM zricethezav/gitleaks:v8.8.4 as gitleaks ################## # Get base image # ################## -FROM python:3.10.4-alpine as base_image +FROM python:3.12.0-alpine as base_image ################################ # Set ARG values used in Build # @@ -285,7 +285,7 @@ RUN apk add --no-cache rakudo zef \ ################################################################################ # Grab small clean image to build python packages ############################## ################################################################################ -FROM python:3.10.4-alpine as python_builder +FROM python:3.12.0-alpine as python_builder RUN apk add --no-cache bash g++ git libffi-dev COPY dependencies/python/ /stage WORKDIR /stage