Skip to content

Commit

Permalink
feat: version bump cardano-db-sync to 13.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf31o2 authored Jul 13, 2024
1 parent eaa6130 commit 3c18aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-1 as cardano-db-sync-build
RUN apt-get update && apt-get install -y libpq-dev
# Install cardano-db-sync
ARG DBSYNC_VERSION=13.2.0.2
ARG DBSYNC_VERSION=13.3.0.0
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
ARG DBSYNC_REF=tags/13.2.0.2
ARG DBSYNC_REF=tags/13.3.0.0
ENV DBSYNC_REF=${DBSYNC_REF}
RUN echo "Building ${DBSYNC_REF}..." \
&& echo ${DBSYNC_REF} > /CARDANO_DB_SYNC_REF \
Expand Down

0 comments on commit 3c18aa0

Please sign in to comment.