Skip to content

Commit

Permalink
Update electrs to v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Oct 29, 2024
1 parent b21a545 commit be9ef94
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.10.2
VERSION: v0.10.6
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.10.2
VERSION: v0.10.6
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.10.2
ARG VERSION=v0.10.6

FROM rust:1.63.0-slim-bullseye AS builder

Expand Down

0 comments on commit be9ef94

Please sign in to comment.