Add quote wrapper
This commit is contained in:
@@ -8,7 +8,7 @@ ARG Version
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN apk add --no-cache bash git go gcc musl-dev curl fuse
|
RUN apk add --no-cache bash git go gcc musl-dev curl fuse
|
||||||
RUN go build -ldflags "-s -w -X github.com/debridmediamanager/zurg/internal.BuiltAt=$BuiltAt -X github.com/debridmediamanager/zurg/internal.GoVersion=$GoVersion -X github.com/debridmediamanager/zurg/internal.GitCommit=$GitCommit -X github.com/debridmediamanager/zurg/internal.Version=$Version" -o zurg ./cmd/zurg
|
RUN go build -ldflags "-s -w -X 'github.com/debridmediamanager/zurg/internal.BuiltAt=$BuiltAt' -X 'github.com/debridmediamanager/zurg/internal.GoVersion=$GoVersion' -X 'github.com/debridmediamanager/zurg/internal.GitCommit=$GitCommit' -X 'github.com/debridmediamanager/zurg/internal.Version=$Version'" -o zurg ./cmd/zurg
|
||||||
|
|
||||||
# Obfuscation stage
|
# Obfuscation stage
|
||||||
FROM alpine:3 AS obfuscator
|
FROM alpine:3 AS obfuscator
|
||||||
|
|||||||
Reference in New Issue
Block a user