diff --git a/Dockerfile b/Dockerfile index b63d194..ae9154f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.11 # Download precompiled ttyd binary from GitHub releases RUN apt-get update && \