Expose build refs in .env, add build script, default GNUnet v0.26.1

This commit is contained in:
nocci 2025-12-11 15:40:50 +00:00
parent 6d482237ce
commit f8609c6634
5 changed files with 34 additions and 3 deletions

View file

@ -3,7 +3,7 @@ FROM debian:sid
ENV DEBIAN_FRONTEND=noninteractive
# Pin refs (branch/tag/commit) for shallow clones; adjust as needed.
ARG GNUNET_REF=master
ARG GNUNET_REF=v0.26.1
ARG EXCHANGE_REF=master
ARG MERCHANT_REF=master
ARG LIBEUFIN_REF=master