Skip to content

Commit

Permalink
Merge pull request #30 from blinklabs-io/feat/update-db-sync
Browse files Browse the repository at this point in the history
feat: update cardano-db-sync to 13.1.1.3
  • Loading branch information
wolf31o2 authored Jul 25, 2023
2 parents a3f3042 + f494046 commit d48f881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/blinklabs-io/haskell:8.10.7-3.6.2.0-4 as cardano-db-sync-build
RUN apt-get update && apt-get install -y libpq-dev
# Install cardano-db-sync
ARG DBSYNC_VERSION=13.1.0.2
ARG DBSYNC_VERSION=13.1.1.3
ENV DBSYNC_VERSION=${DBSYNC_VERSION}
ENV DBTOOL_VERSION=${DBTOOL_VERSION}
RUN echo "Building tags/${DBSYNC_VERSION}..." \
Expand Down

0 comments on commit d48f881

Please sign in to comment.