Skip to content

Commit

Permalink
bump firecore version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Jul 20, 2024
1 parent fe3b88f commit 4f9b1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FIREHOSE_CORE_VERSION=v1.5.1
ARG FIREHOSE_CORE_VERSION=v1.5.6

FROM ghcr.io/streamingfast/firehose-core:$FIREHOSE_CORE_VERSION as core

Expand Down Expand Up @@ -28,4 +28,4 @@ ENV PATH "$PATH:/app"

COPY --from=core /app/firecore /app/firecore

ENTRYPOINT ["/app/firesol"]
ENTRYPOINT ["/app/firesol"]

0 comments on commit 4f9b1ec

Please sign in to comment.