Fix Dockerfile conflict

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2023-01-04 01:33:56 -05:00
parent fe9b1b8248
commit 06de195e36

View file

@ -219,7 +219,7 @@ RUN ./build-venvs.sh
################################################################################ ################################################################################
# Grab small clean image to build slim ################################### # 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 # # Get the build arguements #