Skip to content

Commit

Permalink
chore: cardano-db-sync 13.5.0.1 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf31o2 authored Sep 3, 2024
1 parent bea54bf commit 94a71fe
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.4.1.0
ARG DBSYNC_VERSION=13.5.0.1
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
ARG DBSYNC_REF=tags/13.4.1.0
ARG DBSYNC_REF=tags/13.5.0.1
ENV DBSYNC_REF=${DBSYNC_REF}
ARG DBTOOL_VERSION=13.4.1.0
ARG DBTOOL_VERSION=13.5.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 94a71fe

Please sign in to comment.