Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/.tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tasks:
dir:
vars:
env:
BITCOIN_VERSION: 28.1
BITCOIN_VERSION: 28.2
BINDIR: '{{.BINDIR | default "bin"}}'
cmds:
- mkdir -p {{ .HOME }}/bin
Expand Down
2 changes: 1 addition & 1 deletion docker/gl-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ FROM ubuntu:22.04 AS bitcoin-downloader
RUN apt update && apt install -qqy wget
ARG TARGETPLATFORM

ARG BITCOIN_VERSION=25.0
ARG BITCOIN_VERSION=28.2

RUN PLATFORM=$( \
case ${TARGETPLATFORM} in \
Expand Down
2 changes: 1 addition & 1 deletion docker/gl-testserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM rust:slim-bullseye AS builder
#---------------------------------------------------------------------
# Build-time arguments & environment variables
#---------------------------------------------------------------------
ARG BITCOIN_VERSION=24.0
ARG BITCOIN_VERSION=28.2
ARG GID=0
ARG UID=0
ARG DOCKER_USER=dev
Expand Down
Loading