From c184729b6d1b18d50bfa0d816a3cef2d4496d1ee Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Fri, 5 Jan 2024 17:38:58 +0100 Subject: [PATCH] # Python bullseye * adds -bullseye to base docker package to ensure backwards compatibility --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e13db3b..deb523f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.11-slim-bullseye ENV PYTHONUNBUFFERED 1 WORKDIR /konova