File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/blinklabs-io/haskell:8.10.7 -3.6 .2.0-4 as cardano-db-sync-build
1+ FROM 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.1.1.3
4+ ARG DBSYNC_VERSION=13.2.0.1
55ENV DBSYNC_VERSION=${DBSYNC_VERSION}
6- ENV DBTOOL_VERSION=${DBTOOL_VERSION}
7- RUN echo "Building tags/${DBSYNC_VERSION}..." \
8- && echo tags/${DBSYNC_VERSION} > /CARDANO_BRANCH \
6+ ARG DBSYNC_REF=tags/sancho-4-2-1
7+ ENV DBSYNC_REF=${DBSYNC_REF}
8+ RUN echo "Building ${DBSYNC_REF}..." \
9+ && echo ${DBSYNC_REF} > /CARDANO_DB_SYNC_REF \
910 && git clone https://github.com/input-output-hk/cardano-db-sync.git \
1011 && cd cardano-db-sync\
1112 && git fetch --all --recurse-submodules --tags \
1213 && git tag \
13- && git checkout tags/${DBSYNC_VERSION } \
14+ && git checkout ${DBSYNC_8REF } \
1415 && cabal update \
1516 && cabal configure --with-compiler=ghc-${GHC_VERSION} \
1617 && cabal build cardano-db-sync \
You can’t perform that action at this time.
0 commit comments