Skip to content

Commit

Permalink
pyspy: update to Python 3.12
Browse files Browse the repository at this point in the history
This is the same version that the main
container currently uses.
  • Loading branch information
pjonsson committed Aug 8, 2024
1 parent 75383b9 commit d76d258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pyspy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pyspy/Dockerfile
FROM python:3.10
FROM python:3.12
RUN pip install py-spy
WORKDIR /profiles
ENTRYPOINT [ "py-spy" ]
Expand Down

0 comments on commit d76d258

Please sign in to comment.