chore: use same python image for builder

This commit is contained in:
jo 2022-09-14 20:23:45 +02:00 committed by Kyle Robbertze
parent a389b35298
commit 4b30e0a5d4
1 changed files with 1 additions and 1 deletions

View File

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