Skip to content

Commit 2beb15f

Browse files
committed
Release v1.6.1
1 parent f8df614 commit 2beb15f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.6.1
4+
5+
- Re-added support for CLI to live also at root of project so that old `go install github.com/streamingfast/dummy-blockchain@latest` still works.
6+
37
## 1.6.0
48

59
- Move command line to `./cmd/dummy-blockchain` and bumped Golang version.

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ COPY . ./
1313
# Build the binary with version information
1414
ARG VERSION="dev"
1515
ARG BINARY_NAME=dummy-blockchain
16-
RUN ls /app && echo "Next" && ls /app/cmd && echo "Building ${BINARY_NAME} with version ${VERSION}"
17-
RUN go build -v -ldflags "-X main.version=${VERSION}" -o ${BINARY_NAME} ./cmd/${BINARY_NAME}
16+
RUN go build -v -ldflags "-X 'main.Version=${VERSION}'" -o ${BINARY_NAME} ./cmd/${BINARY_NAME}
1817

1918
FROM ghcr.io/streamingfast/firehose-core:${FIRECORE_VERSION}
2019

0 commit comments

Comments
 (0)