Skip to content

Commit

Permalink
Merge pull request #54 from NathanVaughn/renovate/docker-images
Browse files Browse the repository at this point in the history
Update python Docker tag to v3.12.7
  • Loading branch information
NathanVaughn authored Oct 2, 2024
2 parents cd4afdf + e0bd5ac commit 710b0bb
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.12.6-alpine
FROM python:3.12.7-alpine

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

0 comments on commit 710b0bb

Please sign in to comment.