Skip to content

Commit

Permalink
Merge pull request #5 from Recras/renovate/python-3.x
Browse files Browse the repository at this point in the history
Update python Docker tag to v3.9
  • Loading branch information
timmipetit authored Aug 10, 2021
2 parents 373a915 + 938415f commit d8a66a5
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.7-alpine
FROM python:3.9-alpine

COPY requirements.txt .
RUN pip install -r requirements.txt
Expand Down

0 comments on commit d8a66a5

Please sign in to comment.