We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3f3042 + f494046 commit d48f881Copy full SHA for d48f881
Dockerfile
@@ -1,7 +1,7 @@
1
FROM ghcr.io/blinklabs-io/haskell:8.10.7-3.6.2.0-4 as cardano-db-sync-build
2
RUN apt-get update && apt-get install -y libpq-dev
3
# Install cardano-db-sync
4
-ARG DBSYNC_VERSION=13.1.0.2
+ARG DBSYNC_VERSION=13.1.1.3
5
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
6
ENV DBTOOL_VERSION=${DBTOOL_VERSION}
7
RUN echo "Building tags/${DBSYNC_VERSION}..." \
0 commit comments