File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:14 .04
1
+ FROM ubuntu:16 .04
2
2
MAINTAINER Melinda Shore <
[email protected] >
3
3
4
4
RUN set -ex \
@@ -7,10 +7,10 @@ RUN set -ex \
7
7
&& apt-get install -y git \
8
8
&& apt-get install -y wget \
9
9
&& apt-get install -y libssl-dev \
10
- && curl -fOSL "https://unbound.net/downloads/unbound-1.5.8 .tar.gz" \
10
+ && curl -fOSL "https://unbound.net/downloads/unbound-1.6.3 .tar.gz" \
11
11
&& mkdir -p /usr/src/unbound \
12
- && tar -xzC /usr/src/unbound --strip-components=1 -f unbound-1.5.8 .tar.gz \
13
- && rm unbound-1.5.8 .tar.gz \
12
+ && tar -xzC /usr/src/unbound --strip-components=1 -f unbound-1.6.3 .tar.gz \
13
+ && rm unbound-1.6.3 .tar.gz \
14
14
&& apt-get -y install libidn11-dev \
15
15
&& apt-get -y install python-dev \
16
16
&& apt-get -y install make \
@@ -24,7 +24,7 @@ RUN set -ex \
24
24
&& cd /usr/src \
25
25
&& git clone https://github.com/getdnsapi/getdns.git \
26
26
&& cd /usr/src/getdns \
27
- && git checkout develop \
27
+ && git checkout release/1.1.1 \
28
28
&& git submodule update --init \
29
29
&& libtoolize -ci \
30
30
&& autoreconf -fi \
You can’t perform that action at this time.
0 commit comments