Skip to content

Commit

Permalink
fix(jzero): fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed Jun 3, 2024
1 parent 5aeb7e0 commit 13bc8b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENV CGO_ENABLED 0
ENV GOPROXY https://goproxy.io,direct
WORKDIR /app
COPY config.toml /root/.jzero/config.toml
COPY dist /dist

RUN if [ `go env GOARCH` = "amd64" ]; then \
cp /dist/jzero_linux_amd64_v1/jzero /app/jzero; \
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (

// ldflags
var (
version = "0.18.0"
version = "0.18.1"
commit string
date string
)
Expand Down

0 comments on commit 13bc8b1

Please sign in to comment.