Skip to content

Commit 40e2dfe

Browse files
committed
feat: cardano-db-sync 13.4.1.0
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 036f0f5 commit 40e2dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.4.0.0
4+
ARG DBSYNC_VERSION=13.4.1.0
55
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
6-
ARG DBSYNC_REF=tags/13.4.0.0
6+
ARG DBSYNC_REF=tags/13.4.1.0
77
ENV DBSYNC_REF=${DBSYNC_REF}
88
ARG DBTOOL_VERSION=13.4.0.0
99
ENV DBTOOL_VERSION=${DBTOOL_VERSION}

0 commit comments

Comments
 (0)