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 22, 2023
1 parent 3b00097 commit 0bfae77
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.6
FROM python:3.10.13
RUN pip install requests
COPY watcher.py /
ENTRYPOINT ["python", "/watcher.py"]

0 comments on commit 0bfae77

Please sign in to comment.