Update binary name in Dockerfile
This commit is contained in:
parent
a01dff1426
commit
7239cf1117
@ -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" ]
|
||||
ENTRYPOINT [ "/usr/local/bin/fwzookeeper_helper" ]
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user