Skip to content

Commit be9ef94

Browse files
committed
Update electrs to v0.10.6
1 parent b21a545 commit be9ef94

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.2
16+
VERSION: v0.10.6
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.2
16+
VERSION: v0.10.6
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.2
1+
ARG VERSION=v0.10.6
22

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

0 commit comments

Comments
 (0)