Skip to content

Commit 3764a99

Browse files
committed
bump firecore version inside docker
1 parent 59e47b1 commit 3764a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG FIRECORE_VERSION=v1.10.1
1+
ARG FIRECORE_VERSION=latest
22

33
FROM golang:1.24-bookworm AS build
44
WORKDIR /app
@@ -23,4 +23,4 @@ ARG BINARY_NAME=dummy-blockchain
2323
COPY --from=build /app/${BINARY_NAME} /app/${BINARY_NAME}
2424

2525
# We use firecore entrypoint since it's the main application that people should run to setup Firehose stack
26-
ENTRYPOINT ["/app/firecore"]
26+
ENTRYPOINT ["/app/firecore"]

0 commit comments

Comments
 (0)