Skip to content

Commit

Permalink
feat: cardano-db-sync 13.6.0.1 (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Nov 14, 2024
1 parent bef65cc commit 26e2d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-1 AS cardano-db-sync-build
RUN apt-get update && apt-get install -y libpq-dev
# Install cardano-db-sync
ARG DBSYNC_VERSION=13.6.0.0
ARG DBSYNC_VERSION=13.6.0.1
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
ARG DBSYNC_REF=tags/13.6.0.0-pre
ARG DBSYNC_REF=tags/13.6.0.1
ENV DBSYNC_REF=${DBSYNC_REF}
ARG DBTOOL_VERSION=13.6.0.0
ARG DBTOOL_VERSION=13.6.0.1
ENV DBTOOL_VERSION=${DBTOOL_VERSION}
RUN echo "Building ${DBSYNC_REF}..." \
&& echo ${DBSYNC_REF} > /CARDANO_DB_SYNC_REF \
Expand Down

0 comments on commit 26e2d99

Please sign in to comment.