diff --git a/Dockerfile b/Dockerfile index ee73875..ca5777f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -28,4 +28,4 @@ ENV PATH "$PATH:/app" COPY --from=core /app/firecore /app/firecore -ENTRYPOINT ["/app/firesol"] \ No newline at end of file +ENTRYPOINT ["/app/firesol"]