Skip to content

Commit e284a08

Browse files
authored
feat: cardano-db-sync 13.4.0.0
1 parent 9b26502 commit e284a08

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.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}
88
ARG DBTOOL_VERSION=13.2.0.2
99
ENV DBTOOL_VERSION=${DBTOOL_VERSION}

0 commit comments

Comments
 (0)