Skip to content

Commit

Permalink
Bump python from 3.10.0-alpine to 3.10.1-alpine (super-linter#2217)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and sarahc23 committed May 6, 2022
1 parent 163b58e commit afb89fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM rhysd/actionlint:1.6.8 as actionlint
##################
# 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 #
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-slim
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FROM rhysd/actionlint:1.6.8 as actionlint
##################
# 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 #
Expand Down

0 comments on commit afb89fe

Please sign in to comment.