File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-1 as cardano-db-sync-build
22RUN apt-get update && apt-get install -y libpq-dev
33# Install cardano-db-sync
4- ARG DBSYNC_VERSION=13.2.0.1
4+ ARG DBSYNC_VERSION=13.2.0.2
55ENV DBSYNC_VERSION=${DBSYNC_VERSION}
6- ARG DBSYNC_REF=tags/sancho-4-2-1
6+ ARG DBSYNC_REF=tags/13.2.0.2
77ENV DBSYNC_REF=${DBSYNC_REF}
88RUN echo "Building ${DBSYNC_REF}..." \
99 && echo ${DBSYNC_REF} > /CARDANO_DB_SYNC_REF \
1010 && git clone https://github.com/input-output-hk/cardano-db-sync.git \
1111 && cd cardano-db-sync\
1212 && git fetch --all --recurse-submodules --tags \
1313 && git tag \
14- && git checkout ${DBSYNC_8REF } \
14+ && git checkout ${DBSYNC_REF } \
1515 && cabal update \
1616 && cabal configure --with-compiler=ghc-${GHC_VERSION} \
1717 && cabal build cardano-db-sync \
You can’t perform that action at this time.
0 commit comments