mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
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:
parent
6a59b78058
commit
e51213b0a7
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ FROM rhysd/actionlint:1.6.8 as actionlint
|
||||||
##################
|
##################
|
||||||
# Get base image #
|
# 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 #
|
# Set ARG values used in Build #
|
||||||
|
|
|
@ -35,7 +35,7 @@ FROM rhysd/actionlint:1.6.8 as actionlint
|
||||||
##################
|
##################
|
||||||
# Get base image #
|
# 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 #
|
# Set ARG values used in Build #
|
||||||
|
|
Loading…
Reference in a new issue