shadow-up: Don't polute everithing...
This commit is contained in:
parent
a352911868
commit
cdcf87f879
2 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ ADD cmd ./
|
|||
RUN go build -v -ldflags="-s -w" -tags netgo -o shadow-up
|
||||
|
||||
|
||||
FROM alpine:3.17
|
||||
FROM scratch
|
||||
MAINTAINER Pierre-Olivier Mercier <nemunaire@nemunai.re>
|
||||
|
||||
COPY --from=gobuild /go/src/shadow-up/shadow-up /bin/shadow-up
|
||||
|
|
|
|||
Reference in a new issue