mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
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:
parent
8bdd5deb1f
commit
1d50613c10
2 changed files with 2 additions and 2 deletions
|
@ -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 #
|
||||
|
|
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue