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:
dependabot[bot] 2021-07-12 15:08:50 -05:00 committed by GitHub
parent 59329c732c
commit ef3dfcebfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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