We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a831a8b commit 24d99f6Copy full SHA for 24d99f6
26.1/Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:stable-slim as builder
2
3
# VERSION of BItcoin Core to be build
4
-ARG VERSION=25.1
+ARG VERSION=26.1
5
6
RUN apt-get update && apt-get install -y \
7
build-essential \
0 commit comments