From 4b30e0a5d452d09f10863f331d268beaa7d44c38 Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 14 Sep 2022 20:23:45 +0200 Subject: [PATCH] chore: use same python image for builder --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e3b0833d..8ff100609 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ #======================================================================================# # Python Builder # #======================================================================================# -FROM python:3.9-bullseye as python-builder +FROM python:3.9-slim-bullseye as python-builder WORKDIR /build