Skip to content

Commit

Permalink
Use latest firehose-core version in image
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed May 31, 2024
1 parent 46eceaa commit 4ae9f9d
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,6 +1,6 @@
# syntax=docker/dockerfile:1.2
ARG FIREHOSE_CORE_VERSION=v1.5.0

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

FROM ubuntu:20.04

Expand Down

0 comments on commit 4ae9f9d

Please sign in to comment.