Skip to content

Commit

Permalink
Merge pull request #83 from cisagov/snyk-fix-baa76849a902ab144f35ed02…
Browse files Browse the repository at this point in the history
…fed41729

[Snyk] Security upgrade python from 3.9.8-alpine to 3.9.11-alpine
  • Loading branch information
dav3r committed Mar 28, 2022
2 parents dc8783e + f7c3765 commit f0deb40
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 @@ -2,7 +2,7 @@ ARG GIT_COMMIT=unspecified
ARG GIT_REMOTE=unspecified
ARG VERSION=unspecified

FROM python:3.9.8-alpine
FROM python:3.9.11-alpine

ARG GIT_COMMIT
ARG GIT_REMOTE
Expand Down
2 changes: 1 addition & 1 deletion src/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this project."""
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit f0deb40

Please sign in to comment.