Change to bullseye

This commit is contained in:
Niek van der Maas 2023-04-24 09:54:38 +02:00 committed by GitHub
parent 6df27b2da0
commit 8476b325f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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