chore: use same python image for builder
This commit is contained in:
parent
a389b35298
commit
4b30e0a5d4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue