Skip to content

Commit

Permalink
Update Electrs to v0.10.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrend authored Nov 10, 2023
1 parent 93275cb commit 8ee9ef3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-master-push-amd64-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build electrs image
runs-on: ubuntu-22.04
env:
VERSION: v0.9.14
VERSION: v0.10.1
steps:
- name: Login to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build electrs image
runs-on: ubuntu-22.04
env:
VERSION: v0.9.14
VERSION: v0.10.1
steps:
- name: Login to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=v0.9.14
ARG VERSION=v0.10.1

FROM rust:1.48.0-slim AS builder

Expand Down

0 comments on commit 8ee9ef3

Please sign in to comment.