Skip to content

Commit 0d45e23

Browse files
committed
Little bump to get the rust code compiled against tokio 1.8.2
1 parent 60e9e05 commit 0d45e23

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 4
4+
ENV SERIAL 5
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 ff6b527184b33ffe1e2b643db8a32fae8061fc5a
17+
ENV UNBOUND_GIT_REVISION 11b3ebc3869480dec06264cef7b6a7b5f4e22a47
1818

1919
WORKDIR /tmp
2020

0 commit comments

Comments
 (0)