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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-08 09:52:34 -06:00 committed by GitHub
parent 6a59b78058
commit e51213b0a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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