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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-10 11:53:41 -06:00 committed by GitHub
parent 8bdd5deb1f
commit 1d50613c10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 #

View file

@ -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 #