Skip to content

Commit 591baa8

Browse files
fanquakecdecker
authored andcommitted
docker: consolidate to bitcoin core 28.2
1 parent 4f07e1a commit 591baa8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/.tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tasks:
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

docker/gl-testing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ FROM ubuntu:22.04 AS bitcoin-downloader
8080
RUN apt update && apt install -qqy wget
8181
ARG TARGETPLATFORM
8282

83-
ARG BITCOIN_VERSION=25.0
83+
ARG BITCOIN_VERSION=28.2
8484

8585
RUN PLATFORM=$( \
8686
case ${TARGETPLATFORM} in \

docker/gl-testserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
ARG GID=0
1111
ARG UID=0
1212
ARG DOCKER_USER=dev

0 commit comments

Comments
 (0)