Skip to content

Commit

Permalink
feat: version bump to db-sync 13.2.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed May 7, 2024
1 parent 80e3aef commit 2889916
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.1
ARG DBSYNC_VERSION=13.2.0.2
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
ARG DBSYNC_REF=tags/sancho-4-2-1
ARG DBSYNC_REF=13.2.0.2
ENV DBSYNC_REF=${DBSYNC_REF}
RUN echo "Building ${DBSYNC_REF}..." \
&& echo ${DBSYNC_REF} > /CARDANO_DB_SYNC_REF \
Expand Down

0 comments on commit 2889916

Please sign in to comment.