mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-26 10:23:48 +01:00
Unbound 1.0.8
This commit is contained in:
parent
10f079724a
commit
744c5671bd
@ -1,6 +1,6 @@
|
|||||||
FROM jedisct1/alpine-runit:latest
|
FROM jedisct1/alpine-runit:latest
|
||||||
MAINTAINER Frank Denis
|
MAINTAINER Frank Denis
|
||||||
ENV SERIAL 0
|
ENV SERIAL 1
|
||||||
|
|
||||||
ENV BUILD_DEPS make gcc musl-dev git libevent-dev expat-dev shadow autoconf file libressl-dev
|
ENV BUILD_DEPS make gcc musl-dev git libevent-dev expat-dev shadow autoconf file libressl-dev
|
||||||
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libressl ldns ldns-tools libevent expat libexecinfo coreutils drill
|
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libressl ldns ldns-tools libevent expat libexecinfo coreutils drill
|
||||||
@ -8,8 +8,8 @@ ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libressl ldns ldns-too
|
|||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
apk --update upgrade && apk add $RUNTIME_DEPS $BUILD_DEPS
|
apk --update upgrade && apk add $RUNTIME_DEPS $BUILD_DEPS
|
||||||
|
|
||||||
ENV UNBOUND_VERSION 1.7.2
|
ENV UNBOUND_VERSION 1.8.0
|
||||||
ENV UNBOUND_SHA256 a85fc7bb34711992cf128b2012638ebb8dc1fe15818baa381f6489240845eaa0
|
ENV UNBOUND_SHA256 78f79d6d3b643fdcd74a14fc76542250da886c82f82bc55b51e189663d61b83f
|
||||||
ENV UNBOUND_DOWNLOAD_URL https://www.unbound.net/downloads/unbound-${UNBOUND_VERSION}.tar.gz
|
ENV UNBOUND_DOWNLOAD_URL https://www.unbound.net/downloads/unbound-${UNBOUND_VERSION}.tar.gz
|
||||||
|
|
||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
|
Loading…
Reference in New Issue
Block a user