Skip to content

Commit bf3c1c4

Browse files
committed
Update unbound to fix the stream reuse crashes
1 parent 0d45e23 commit bf3c1c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:21.04
22
LABEL maintainer="Frank Denis"
33
SHELL ["/bin/sh", "-x", "-c"]
4-
ENV SERIAL 5
4+
ENV SERIAL 6
55

66
ENV CFLAGS=-Ofast
77
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 && \
1414
RUN update-ca-certificates 2> /dev/null || true
1515

1616
ENV UNBOUND_GIT_URL https://github.com/NLnetLabs/unbound.git
17-
ENV UNBOUND_GIT_REVISION 11b3ebc3869480dec06264cef7b6a7b5f4e22a47
17+
ENV UNBOUND_GIT_REVISION dd254137f1450976b43751248ee208008e65fd42
1818

1919
WORKDIR /tmp
2020

0 commit comments

Comments
 (0)