explicitly use Python 3.11 as per #126

This commit is contained in:
Nicholas Albion
2023-10-04 14:13:09 +11:00
parent e17982f5d7
commit 815fba3f5f

View File

@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.11
# Download precompiled ttyd binary from GitHub releases
RUN apt-get update && \