Skip to content

Commit a111ceb

Browse files
authored
Merge pull request #2 from cloudstruct/chore/version-bump-db-sync
chore: version bump cardano-db-sync
2 parents 6d81120 + 8ae834b commit a111ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN git clone https://github.com/bitcoin-core/secp256k1 && \
7171

7272
FROM builder as cardano-db-sync-build
7373
# Install cardano-db-sync
74-
ARG DBSYNC_VERSION=13.0.4
74+
ARG DBSYNC_VERSION=13.0.5
7575
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
7676
RUN echo "Building tags/${DBSYNC_VERSION}..." \
7777
&& echo tags/${DBSYNC_VERSION} > /CARDANO_BRANCH \

0 commit comments

Comments
 (0)