From f7dba5115a9a7c689559ee769ceb18b6a178a109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:24:10 -0500 Subject: [PATCH] Bump python from 3.10.5-alpine to 3.10.6-alpine (#3210) Bumps python from 3.10.5-alpine to 3.10.6-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97b86cd7..c55d21ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ FROM zricethezav/gitleaks:v8.8.12 as gitleaks ################## # Get base image # ################## -FROM python:3.10.5-alpine as base_image +FROM python:3.10.6-alpine as base_image ################################ # Set ARG values used in Build # @@ -283,7 +283,7 @@ RUN apk add --no-cache rakudo zef \ ################################################################################ # Grab small clean image to build python packages ############################## ################################################################################ -FROM python:3.10.5-alpine as python_builder +FROM python:3.10.6-alpine as python_builder RUN apk add --no-cache bash g++ git libffi-dev COPY dependencies/python/ /stage WORKDIR /stage