Skip to content

Commit

Permalink
⬆️ bump sink-postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Nov 28, 2023
1 parent 00c8dc4 commit a45e6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
sudo cp sink-webhook-x86_64-linux /bin/sink-webhook
sudo chmod 777 /bin/sink-webhook
wget https://github.com/apibara/dna/releases/download/sink-postgres/v0.4.7/sink-postgres-x86_64-linux.gz
wget https://github.com/apibara/dna/releases/download/sink-postgres/v0.4.8/sink-postgres-x86_64-linux.gz
gunzip sink-postgres-x86_64-linux.gz
sudo cp sink-postgres-x86_64-linux /bin/sink-postgres
sudo chmod 777 /bin/sink-postgres
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN gunzip sink-webhook-x86_64-linux.gz
RUN cp sink-webhook-x86_64-linux /bin/sink-webhook

# Download sink-postgres from the Github release
RUN wget https://github.com/apibara/dna/releases/download/sink-postgres/v0.4.7/sink-postgres-x86_64-linux.gz
RUN wget https://github.com/apibara/dna/releases/download/sink-postgres/v0.4.8/sink-postgres-x86_64-linux.gz
RUN gunzip sink-postgres-x86_64-linux.gz
RUN cp sink-postgres-x86_64-linux /bin/sink-postgres

Expand Down

0 comments on commit a45e6bd

Please sign in to comment.