Skip to content

Commit 8b33a2e

Browse files
authored
feat: cardano-db-sync 13.6.0.2 (#71)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 26e2d99 commit 8b33a2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-1 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.6.0.1
4+
ARG DBSYNC_VERSION=13.6.0.2
55
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
6-
ARG DBSYNC_REF=tags/13.6.0.1
6+
ARG DBSYNC_REF=tags/13.6.0.2
77
ENV DBSYNC_REF=${DBSYNC_REF}
8-
ARG DBTOOL_VERSION=13.6.0.1
8+
ARG DBTOOL_VERSION=13.6.0.2
99
ENV DBTOOL_VERSION=${DBTOOL_VERSION}
1010
RUN echo "Building ${DBSYNC_REF}..." \
1111
&& echo ${DBSYNC_REF} > /CARDANO_DB_SYNC_REF \

0 commit comments

Comments
 (0)