From e51213b0a75101548920174cb0169063316e220b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 09:52:34 -0600 Subject: [PATCH] Bump python from 3.10.0-alpine to 3.10.1-alpine (#2217) Bumps python from 3.10.0-alpine to 3.10.1-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile-slim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b62b405e..b8a267d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ FROM rhysd/actionlint:1.6.8 as actionlint ################## # Get base image # ################## -FROM python:3.10.0-alpine as base_image +FROM python:3.10.1-alpine as base_image ################################ # Set ARG values used in Build # diff --git a/Dockerfile-slim b/Dockerfile-slim index d3a13e93..6598892e 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -35,7 +35,7 @@ FROM rhysd/actionlint:1.6.8 as actionlint ################## # Get base image # ################## -FROM python:3.10.0-alpine as base_image +FROM python:3.10.1-alpine as base_image ################################ # Set ARG values used in Build #