Skip to content

Commit 84eb229

Browse files
authoredMay 19, 2024··
feat: version bump to db-sync 13.2.0.2 (#54)
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent 80e3aef commit 84eb229

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-1 as cardano-db-sync-build
22
RUN 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
55
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
6-
ARG DBSYNC_REF=tags/sancho-4-2-1
6+
ARG DBSYNC_REF=tags/13.2.0.2
77
ENV DBSYNC_REF=${DBSYNC_REF}
88
RUN 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 \

0 commit comments

Comments
 (0)
Please sign in to comment.