Skip to content

Commit

Permalink
Merge pull request #1 from MarketTrack/fix/update_python_version_for_…
Browse files Browse the repository at this point in the history
…bandit

Fix/update python version for bandit
  • Loading branch information
conuigwe authored Jan 26, 2022
2 parents 753ccb7 + a1856ab commit c54f56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

FROM python:3.6.10-alpine
FROM python:3.8.12-alpine

RUN apk update && apk add bash git
RUN pip install bandit
RUN pip install bandit==1.7.2

COPY ./post.sh /post.sh
COPY ./entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit c54f56a

Please sign in to comment.