Skip to content

Commit d48f881

Browse files
authored
Merge pull request #30 from blinklabs-io/feat/update-db-sync
feat: update cardano-db-sync to 13.1.1.3
2 parents a3f3042 + f494046 commit d48f881

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)