File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 dir :
3939 vars :
4040 env :
41- BITCOIN_VERSION : 28.1
41+ BITCOIN_VERSION : 28.2
4242 BINDIR : ' {{.BINDIR | default "bin"}}'
4343 cmds :
4444 - mkdir -p {{ .HOME }}/bin
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ FROM ubuntu:22.04 AS bitcoin-downloader
8080RUN apt update && apt install -qqy wget
8181ARG TARGETPLATFORM
8282
83- ARG BITCOIN_VERSION=25.0
83+ ARG BITCOIN_VERSION=28.2
8484
8585RUN PLATFORM=$( \
8686 case ${TARGETPLATFORM} in \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM rust:slim-bullseye AS builder
66# ---------------------------------------------------------------------
77# Build-time arguments & environment variables
88# ---------------------------------------------------------------------
9- ARG BITCOIN_VERSION=24.0
9+ ARG BITCOIN_VERSION=28.2
1010ARG GID=0
1111ARG UID=0
1212ARG DOCKER_USER=dev
You can’t perform that action at this time.
0 commit comments