Skip to content

Commit b21a545

Browse files
authored
Merge pull request #18 from getumbrel/update-electrs-v0.10.2
Update Electrs to v0.10.2
2 parents 4bf2eae + 0d7d7f7 commit b21a545

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/on-master-push-amd64-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build electrs image
1414
runs-on: ubuntu-22.04
1515
env:
16-
VERSION: v0.10.1
16+
VERSION: v0.10.2
1717
steps:
1818
- name: Login to Docker Hub
1919
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

.github/workflows/on-master-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build electrs image
1414
runs-on: ubuntu-22.04
1515
env:
16-
VERSION: v0.10.1
16+
VERSION: v0.10.2
1717
steps:
1818
- name: Login to Docker Hub
1919
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION=v0.10.1
1+
ARG VERSION=v0.10.2
22

33
FROM rust:1.63.0-slim-bullseye AS builder
44

0 commit comments

Comments
 (0)