Skip to content

Commit 036f0f5

Browse files
authored
feat: cardano-db-sync 13.4.0.0 (#60)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 9b26502 commit 036f0f5

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,11 +1,11 @@
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.3.0.0
4+
ARG DBSYNC_VERSION=13.4.0.0
55
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
6-
ARG DBSYNC_REF=tags/13.3.0.0
6+
ARG DBSYNC_REF=tags/13.4.0.0
77
ENV DBSYNC_REF=${DBSYNC_REF}
8-
ARG DBTOOL_VERSION=13.2.0.2
8+
ARG DBTOOL_VERSION=13.4.0.0
99
ENV DBTOOL_VERSION=${DBTOOL_VERSION}
1010
RUN echo "Building ${DBSYNC_REF}..." \
1111
&& echo ${DBSYNC_REF} > /CARDANO_DB_SYNC_REF \

0 commit comments

Comments
 (0)