From 7239cf1117437475021536108334beaa37098702 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Tue, 8 Oct 2019 10:58:13 +0400 Subject: [PATCH] Update binary name in Dockerfile --- Dockerfile | 4 ++-- context/exported.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9b43f09..a38ff6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 GOFLAGS='-mod=vendor' go build -ldflag FROM scratch -COPY --from=builder /build/fwzookeeper_helper /usr/local/bin/fw_zookeeper_helper +COPY --from=builder /build/fwzookeeper_helper /usr/local/bin/fwzookeeper_helper VOLUME ["/data"] -ENTRYPOINT [ "/usr/local/bin/fw_zookeeper_helper" ] \ No newline at end of file +ENTRYPOINT [ "/usr/local/bin/fwzookeeper_helper" ] diff --git a/context/exported.go b/context/exported.go index f798e4f..6d289ed 100644 --- a/context/exported.go +++ b/context/exported.go @@ -9,7 +9,7 @@ import ( ) // VERSION is the current bot's version -const VERSION = "1.0.1" +const VERSION = "1.0.2" // Context is the main application context. type Context struct {