From 4ce2e20349a65864de61c49940d9737098888b2c Mon Sep 17 00:00:00 2001 From: John Keniston Date: Tue, 24 Dec 2024 10:31:44 -0500 Subject: [PATCH] build: change python docker image from slim to slim-bullseye --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9caf58b..b54eb8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.11-slim-bullseye WORKDIR /app