Fix issues with compiling... Not really sure why this is needed now (did unbound change branch names?)

This commit is contained in:
pokkst 2023-04-26 10:00:01 -05:00
parent 4def9717fd
commit fb46fb2ead
No known key found for this signature in database
GPG Key ID: 90C2ED85E67A50FF
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ RUN set -x \
&& make install
# libunbound
ARG LIBUNBOUND_VERSION=release-1.16.1
ARG LIBUNBOUND_VERSION=branch-1.16.1
ARG LIBUNBOUND_HASH=903538c76e1d8eb30d0814bb55c3ef1ea28164e8
RUN git clone https://github.com/NLnetLabs/unbound.git -b ${LIBUNBOUND_VERSION}
RUN set -x \

View File

@ -148,7 +148,7 @@ RUN set -x \
&& make install
# libunbound
ARG LIBUNBOUND_VERSION=release-1.16.1
ARG LIBUNBOUND_VERSION=branch-1.16.1
ARG LIBUNBOUND_HASH=903538c76e1d8eb30d0814bb55c3ef1ea28164e8
RUN git clone https://github.com/NLnetLabs/unbound.git -b ${LIBUNBOUND_VERSION}
RUN set -x \