Skip to content

Commit

Permalink
fix: kubernetes/workshop/pods101/pods02-Dockerfile to reduce vulnerab…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 9, 2024
1 parent 86abcc8 commit 2d8c3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/workshop/pods101/pods02-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.14
FROM python:3.13.0rc2
RUN pip install requests
COPY watcher.py /
ENTRYPOINT ["python", "/watcher.py"]

0 comments on commit 2d8c3b5

Please sign in to comment.