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 {