Skip to content

Commit

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

Bump python from 3.10.4-alpine to 3.10.5-alpine
  • Loading branch information
NathanVaughn authored Jun 8, 2022
2 parents 487b6e6 + 0fb5438 commit 831dd21
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.10.4-alpine
FROM python:3.10.5-alpine

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

0 comments on commit 831dd21

Please sign in to comment.