Skip to content

Commit 24125d8

Browse files
author
Sara Dickinson
committed
Update docker image to use latest production release and more recent ubuntu/unbound.
Question: does using a production release in stead of develop make sense for the image?
1 parent b9019d1 commit 24125d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:16.04
22
MAINTAINER Melinda Shore <[email protected]>
33

44
RUN set -ex \
@@ -7,10 +7,10 @@ RUN set -ex \
77
&& apt-get install -y git \
88
&& apt-get install -y wget \
99
&& 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" \
1111
&& 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 \
1414
&& apt-get -y install libidn11-dev \
1515
&& apt-get -y install python-dev \
1616
&& apt-get -y install make \
@@ -24,7 +24,7 @@ RUN set -ex \
2424
&& cd /usr/src \
2525
&& git clone https://github.com/getdnsapi/getdns.git \
2626
&& cd /usr/src/getdns \
27-
&& git checkout develop \
27+
&& git checkout release/1.1.1 \
2828
&& git submodule update --init \
2929
&& libtoolize -ci \
3030
&& autoreconf -fi \

0 commit comments

Comments
 (0)