summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorParamtamtam <[email protected]>2020-12-08 11:02:54 +0500
committerParamtamtam <[email protected]>2020-12-08 11:02:54 +0500
commit23a0215378c6181e245821c88602c1d49a1914e4 (patch)
tree304e08535e163e0131d4f57a4a5be552c2a77097 /Dockerfile
parentd39cfc438eb8affc39093b7a37cdfd52aad05da7 (diff)
Docker build updated
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 213a2a7d..fd299b7b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,9 +7,9 @@ ARG APP_VERSION="undefined"
ARG BUILD_TIME="undefined"
# arguments to pass on each go tool link invocation
-ENV LDFLAGS="-X github.com/spiral/roadrunner/cmd/rr/cmd.Version=$APP_VERSION \
--X github.com/spiral/roadrunner/cmd/rr/cmd.BuildTime=$BUILD_TIME \
--s"
+ENV LDFLAGS="-s \
+-X github.com/spiral/roadrunner/cmd/rr/cmd.Version=$APP_VERSION \
+-X github.com/spiral/roadrunner/cmd/rr/cmd.BuildTime=$BUILD_TIME"
COPY . /src