File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-1 as cardano-db-sync-build
2
2
RUN apt-get update && apt-get install -y libpq-dev
3
3
# Install cardano-db-sync
4
- ARG DBSYNC_VERSION=13.2.0.1
4
+ ARG DBSYNC_VERSION=13.2.0.2
5
5
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
6
- ARG DBSYNC_REF=tags/sancho-4-2-1
6
+ ARG DBSYNC_REF=tags/13.2.0.2
7
7
ENV DBSYNC_REF=${DBSYNC_REF}
8
8
RUN echo "Building ${DBSYNC_REF}..." \
9
9
&& echo ${DBSYNC_REF} > /CARDANO_DB_SYNC_REF \
10
10
&& git clone https://github.com/input-output-hk/cardano-db-sync.git \
11
11
&& cd cardano-db-sync\
12
12
&& git fetch --all --recurse-submodules --tags \
13
13
&& git tag \
14
- && git checkout ${DBSYNC_8REF } \
14
+ && git checkout ${DBSYNC_REF } \
15
15
&& cabal update \
16
16
&& cabal configure --with-compiler=ghc-${GHC_VERSION} \
17
17
&& cabal build cardano-db-sync \
You can’t perform that action at this time.
0 commit comments