From 34da1c6dfd7b49fe9f10d71b6236c1e588535597 Mon Sep 17 00:00:00 2001 From: Frederik <5511687+fightforlife@users.noreply.github.com> Date: Sat, 8 Jan 2022 20:38:30 +0100 Subject: [PATCH] update to bullseye --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9f7805..461ef2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #use official slim python image -FROM python:slim-buster +FROM python:slim #update repository RUN apt-get update