Skip to content

Commit

Permalink
ci: Unify bitcoin versions for whole project
Browse files Browse the repository at this point in the history
- Updated all Bitcoin version 27.1
- Updated all Elements versions 23.2.1

Changelog-Changed: Updated Bitcoin to v27.1 and Elements to v23.2.1
  • Loading branch information
ShahanaFarooqui authored and rustyrussell committed Jul 2, 2024
1 parent 545d67e commit 7783658
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -ex \
WORKDIR /opt


ENV BITCOIN_VERSION=22.0
ENV BITCOIN_VERSION=27.1
ENV BITCOIN_TARBALL bitcoin-${BITCOIN_VERSION}-${TARBALL_ARCH_FINAL}.tar.gz
ENV BITCOIN_URL https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/$BITCOIN_TARBALL
ENV BITCOIN_ASC_URL https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/SHA256SUMS
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:16.04
MAINTAINER Christian Decker <decker.christian@gmail.com>

ENV DEBIAN_FRONTEND noninteractive
ENV BITCOIN_VERSION 0.18.1
ENV BITCOIN_VERSION 27.1

WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile.builder.fedora
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:35

ENV BITCOIN_VERSION 22.0
ENV BITCOIN_VERSION 27.1
WORKDIR /tmp

RUN dnf update -y && \
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.tester
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ubuntu:22.04
LABEL mantainer="Christian Decker <[email protected]>"

ENV DEBIAN_FRONTEND noninteractive
ENV BITCOIN_VERSION 22.0
ENV ELEMENTS_VERSION 22.0.2
ENV BITCOIN_VERSION 27.1
ENV ELEMENTS_VERSION 23.2.1

RUN useradd -ms /bin/bash tester
RUN mkdir /build /bolts && chown tester -R /build /bolts
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/scripts/setup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

export DEBIAN_FRONTEND=noninteractive
export BITCOIN_VERSION=22.0
export ELEMENTS_VERSION=22.0.2
export BITCOIN_VERSION=27.1
export ELEMENTS_VERSION=23.2.1
export RUST_VERSION=nightly
export TZ="Europe/London"

Expand Down

0 comments on commit 7783658

Please sign in to comment.