Skip to content

Commit

Permalink
Merge pull request #55 from bluet/snyk-fix-c079a85be00f1db2eadf8c2708…
Browse files Browse the repository at this point in the history
…bb8a5a

[Snyk] Security upgrade python from 3.6-alpine to 3.10-alpine
  • Loading branch information
bluet authored Aug 20, 2022
2 parents 64f7d6e + cd99e89 commit 473b4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.13-alpine
FROM python:3.10-alpine
WORKDIR /app
ADD . /app/
RUN apk --no-cache add --update \
Expand Down

0 comments on commit 473b4dd

Please sign in to comment.