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.
1 parent 036f0f5 commit 40e2dfeCopy full SHA for 40e2dfe
Dockerfile
@@ -1,9 +1,9 @@
1
FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-1 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.4.0.0
+ARG DBSYNC_VERSION=13.4.1.0
5
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
6
-ARG DBSYNC_REF=tags/13.4.0.0
+ARG DBSYNC_REF=tags/13.4.1.0
7
ENV DBSYNC_REF=${DBSYNC_REF}
8
ARG DBTOOL_VERSION=13.4.0.0
9
ENV DBTOOL_VERSION=${DBTOOL_VERSION}
0 commit comments