From 8476b325f127d66477424f6767c3330fa520728e Mon Sep 17 00:00:00 2001 From: Niek van der Maas Date: Mon, 24 Apr 2023 09:54:38 +0200 Subject: [PATCH] Change to bullseye --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5bd28b7..ade4ac9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-buster +FROM python:3-bullseye # We need to set the host to 0.0.0.0 to allow outside access ENV HOST 0.0.0.0