From 1d50613c10ff96847ca55906d5bbc6fd577b3249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 11:53:41 -0600 Subject: [PATCH] Bump python from 3.9.7-alpine to 3.10.0-alpine (#2039) Bumps python from 3.9.7-alpine to 3.10.0-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... 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 0c5266ea..411cd094 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format ################## # Get base image # ################## -FROM python:3.9.7-alpine as base_image +FROM python:3.10.0-alpine as base_image ################################ # Set ARG values used in Build # diff --git a/Dockerfile-slim b/Dockerfile-slim index a5157727..fa522c97 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -33,7 +33,7 @@ FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format ################## # Get base image # ################## -FROM python:3.9.7-alpine as base_image +FROM python:3.10.0-alpine as base_image ################################ # Set ARG values used in Build #