Skip to content

Commit f494046

Browse files
committed
feat: update cardano-db-sync to 13.1.1.3
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent a3f3042 commit f494046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ghcr.io/blinklabs-io/haskell:8.10.7-3.6.2.0-4 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.1.0.2
4+
ARG DBSYNC_VERSION=13.1.1.3
55
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
66
ENV DBTOOL_VERSION=${DBTOOL_VERSION}
77
RUN echo "Building tags/${DBSYNC_VERSION}..." \

0 commit comments

Comments
 (0)