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

Little bump for the OpenSSL and Unbound issues

This commit is contained in:
Frank Denis 2021-02-18 00:47:01 +01:00
parent cc55bb3c5d
commit d942b32f6b

View File

@ -1,7 +1,7 @@
FROM ubuntu:20.10
LABEL maintainer="Frank Denis"
SHELL ["/bin/sh", "-x", "-c"]
ENV SERIAL 1
ENV SERIAL 2
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 e0d426ebb10653a78bf5c4053198f6ac19bfcd3e
ENV UNBOUND_GIT_REVISION 74e06cc4b3fbe3dcea08eb93fcfca8f4359a9fb5
WORKDIR /tmp