Skip to content

Commit

Permalink
Merge pull request #38 from NathanVaughn/dependabot/docker/python-3.1…
Browse files Browse the repository at this point in the history
…1.1-alpine

Bump python from 3.11.0-alpine to 3.11.1-alpine
  • Loading branch information
NathanVaughn authored Dec 10, 2022
2 parents d182508 + 47b9771 commit 5171eb4
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.11.0-alpine
FROM python:3.11.1-alpine

COPY main.py /app/main.py
ENTRYPOINT ["python", "/app/main.py"]

0 comments on commit 5171eb4

Please sign in to comment.