explicitly use Python 3.11 as per #126

This commit is contained in:
Nicholas Albion
2023-10-04 14:13:09 +11:00
parent d65564415b
commit 2f64ab9e80

View File

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