File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM ubuntu:22.04
22LABEL maintainer="Frank Denis"
33SHELL ["/bin/sh" , "-x" , "-c" ]
4- ENV SERIAL 6
4+ ENV SERIAL 7
55
66ENV CFLAGS=-Ofast
77ENV 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 && \
1414RUN update-ca-certificates 2> /dev/null || true
1515
1616ENV UNBOUND_GIT_URL https://github.com/NLnetLabs/unbound.git
17- ENV UNBOUND_GIT_REVISION edc1d07718fb0ecabf9ddd3cf65503de1810834c
17+ ENV UNBOUND_GIT_REVISION 3bade62c8a4b5f4ecc2ba69de67a752891ae77ee
1818
1919WORKDIR /tmp
2020
@@ -37,7 +37,7 @@ ENV RUSTFLAGS "-C link-arg=-s"
3737RUN apt-get update && apt-get install -qy --no-install-recommends $BUILD_DEPS && \
3838 curl -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain stable && \
3939 export PATH="$HOME/.cargo/bin:$PATH" && \
40- echo "Compiling encrypted-dns version 0.3.23 " && \
40+ echo "Compiling encrypted-dns" && \
4141 cargo install encrypted-dns && \
4242 mkdir -p /opt/encrypted-dns/sbin && \
4343 mv ~/.cargo/bin/encrypted-dns /opt/encrypted-dns/sbin/ && \
You can’t perform that action at this time.
0 commit comments