Skip to content

Commit eb7c3c5

Browse files
authored
feat: cardano-db-sync 13.6.0.5 (#98)
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent 776ca84 commit eb7c3c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
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-2 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.4
4+
ARG DBSYNC_VERSION=13.6.0.5
55
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
6-
ARG DBSYNC_REF=tags/13.6.0.4
6+
ARG DBSYNC_REF=tags/13.6.0.5
77
ENV DBSYNC_REF=${DBSYNC_REF}
8-
ARG DBTOOL_VERSION=13.6.0.4
8+
ARG DBTOOL_VERSION=13.6.0.5
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)