.
This commit is contained in:
parent
8b4b589903
commit
d62974e829
@ -19,7 +19,8 @@ RUN set -x && \\
|
|||||||
addgroup -S -g 1000 app && \\
|
addgroup -S -g 1000 app && \\
|
||||||
adduser --disabled-password -G app --gecos "application account" --home "/home/app" --shell "/sbin/nologin" --no-create-home --uid 1000 app && \\
|
adduser --disabled-password -G app --gecos "application account" --home "/home/app" --shell "/sbin/nologin" --no-create-home --uid 1000 app && \\
|
||||||
go mod download && \\
|
go mod download && \\
|
||||||
GIT_HASH="\$(git rev-parse --short HEAD) && GIT_TAG=\$(git tag | tail -1)"" && \\
|
GIT_HASH="\$(git rev-parse --short HEAD)" && \\
|
||||||
|
GIT_TAG="\$(git tag | tail -1)" && \\
|
||||||
CGO_ENABLED="0" && \\
|
CGO_ENABLED="0" && \\
|
||||||
GOOS="linux" && \\
|
GOOS="linux" && \\
|
||||||
GOARCH="amd64" && \\
|
GOARCH="amd64" && \\
|
||||||
|
Reference in New Issue
Block a user