mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Bump python from 3.9-alpine to 3.9.6-alpine (#1725)
Bumps python from 3.9-alpine to 3.9.6-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... 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
59329c732c
commit
ef3dfcebfb
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ FROM ghcr.io/assignuser/lintr-lib:0.3.0 as lintr-lib
|
|||
##################
|
||||
# Get base image #
|
||||
##################
|
||||
FROM python:3.9-alpine as base_image
|
||||
FROM python:3.9.6-alpine as base_image
|
||||
|
||||
################################
|
||||
# Set ARG values used in Build #
|
||||
|
|
|
@ -31,7 +31,7 @@ FROM ghcr.io/assignuser/lintr-lib:0.3.0 as lintr-lib
|
|||
##################
|
||||
# Get base image #
|
||||
##################
|
||||
FROM python:3.9-alpine as base_image
|
||||
FROM python:3.9.6-alpine as base_image
|
||||
|
||||
################################
|
||||
# Set ARG values used in Build #
|
||||
|
|
Loading…
Reference in a new issue