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 776ca84 commit eb7c3c5Copy full SHA for eb7c3c5
Dockerfile
@@ -1,11 +1,11 @@
1
FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-2 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.6.0.4
+ARG DBSYNC_VERSION=13.6.0.5
5
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
6
-ARG DBSYNC_REF=tags/13.6.0.4
+ARG DBSYNC_REF=tags/13.6.0.5
7
ENV DBSYNC_REF=${DBSYNC_REF}
8
-ARG DBTOOL_VERSION=13.6.0.4
+ARG DBTOOL_VERSION=13.6.0.5
9
ENV DBTOOL_VERSION=${DBTOOL_VERSION}
10
RUN echo "Building ${DBSYNC_REF}..." \
11
&& echo ${DBSYNC_REF} > /CARDANO_DB_SYNC_REF \
0 commit comments