diff --git a/Dockerfile b/Dockerfile index d0099635..68cc611f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -219,7 +219,7 @@ RUN ./build-venvs.sh ################################################################################ # Grab small clean image to build slim ################################### ################################################################################ -FROM alpine:3.17.0 as final_slim +FROM alpine:3.17.0 as slim ############################ # Get the build arguements #