Skip to content

Commit

Permalink
feat: cardano-db-sync 13.4.0.0 (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Aug 23, 2024
1 parent 9b26502 commit 036f0f5
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.3.0.0
ARG DBSYNC_VERSION=13.4.0.0
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
ARG DBSYNC_REF=tags/13.3.0.0
ARG DBSYNC_REF=tags/13.4.0.0
ENV DBSYNC_REF=${DBSYNC_REF}
ARG DBTOOL_VERSION=13.2.0.2
ARG DBTOOL_VERSION=13.4.0.0
ENV DBTOOL_VERSION=${DBTOOL_VERSION}
RUN echo "Building ${DBSYNC_REF}..." \
&& echo ${DBSYNC_REF} > /CARDANO_DB_SYNC_REF \
Expand Down

0 comments on commit 036f0f5

Please sign in to comment.