ExchangeUnion / xud-docker

Streamlined setup of xud and all dependencies via docker 🐳
https://docs.exchangeunion.com
GNU Affero General Public License v3.0
5 stars 5 forks source link

chore: upgrade alpine 3.11 -> 3.12, go1.13 -> go1.14 #758

Closed kilrau closed 3 years ago

kilrau commented 3 years ago

Would want to wait with node.js upgrade to 14 until @sangaman made sure xud is v14 compatible. Main reason for the upgrade to alpine 3.12 is the upgraded tor version.

kilrau commented 3 years ago

arm64 build just failed with

Step 3/34 : RUN apk add --no-cache python

 ---> Running in 13cc05bbddff

fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz

fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz

ERROR: unsatisfiable constraints:

  python (missing):

    required by: world[python]

The command '/bin/sh -c apk add --no-cache python' returned a non-zero code: 1

The command "tools/push xud" exited with 1.
michael1011 commented 3 years ago

arm64 build just failed with

Yeah I only tested the x86 builds locally. Should be fixed now

kilrau commented 3 years ago

Yup, all good. Ready for testing @raladev

kilrau commented 3 years ago

As @raladev mentioned, please give the changes a skim too @reliveyy