mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-20 04:26:28 +00:00
updated docker file
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ RUN CGO_ENABLED=0 \
|
||||
GOPROXY=${GOPROXY} \
|
||||
GOPRIVATE=${GOPRIVATE} \
|
||||
GO111MODULE=on \
|
||||
go build -ldflags="-s -w" -installsuffix 'static' -mod=mod -a -o manager main.go
|
||||
go build -ldflags="-s -w" -installsuffix 'static' -mod=mod -a -o manager ./
|
||||
|
||||
# Use distroless as minimal base image to package the manager binary
|
||||
# Refer to https://github.com/GoogleContainerTools/distroless for more details
|
||||
|
||||
Reference in New Issue
Block a user