mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Fix Dockerfile conflict
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
fe9b1b8248
commit
06de195e36
1 changed files with 1 additions and 1 deletions
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue