Skip to content

Commit

Permalink
Bump python from 3.9-alpine to 3.9.6-alpine (super-linter#1725)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jul 12, 2021
1 parent 59329c7 commit ef3dfce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-slim
Expand Up @@ -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 #
Expand Down

0 comments on commit ef3dfce

Please sign in to comment.