Skip to content

Commit

Permalink
fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-tim committed Sep 6, 2023
1 parent cd028cc commit f2670c7
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
Expand Up @@ -17,4 +17,4 @@ RUN python3.11 -m ensurepip --default-pip \
&& python3.11 -m pip install -r /wrapper/requirements.txt


ENTRYPOINT ["python3.10", "/wrapper/main.py"]
ENTRYPOINT ["python3.11", "/wrapper/main.py"]

0 comments on commit f2670c7

Please sign in to comment.