1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-04 19:16:07 +02:00

Update unbound to fix the stream reuse crashes

This commit is contained in:
Frank Denis 2021-07-27 12:00:04 +02:00
parent 0d45e237fc
commit bf3c1c483a

View File

@ -1,7 +1,7 @@
FROM ubuntu:21.04
LABEL maintainer="Frank Denis"
SHELL ["/bin/sh", "-x", "-c"]
ENV SERIAL 5
ENV SERIAL 6
ENV CFLAGS=-Ofast
ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev byacc
@ -14,7 +14,7 @@ RUN apt-get update && apt-get -qy dist-upgrade && apt-get -qy clean && \
RUN update-ca-certificates 2> /dev/null || true
ENV UNBOUND_GIT_URL https://github.com/NLnetLabs/unbound.git
ENV UNBOUND_GIT_REVISION 11b3ebc3869480dec06264cef7b6a7b5f4e22a47
ENV UNBOUND_GIT_REVISION dd254137f1450976b43751248ee208008e65fd42
WORKDIR /tmp