From 2f64ab9e80bc7dbba24b03ea948ef6b8768149b1 Mon Sep 17 00:00:00 2001 From: Nicholas Albion Date: Wed, 4 Oct 2023 14:13:09 +1100 Subject: [PATCH] explicitly use Python 3.11 as per #126 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \