summaryrefslogtreecommitdiff
path: root/docker-test/throughput-test/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker-test/throughput-test/Dockerfile')
-rw-r--r--docker-test/throughput-test/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-test/throughput-test/Dockerfile b/docker-test/throughput-test/Dockerfile
index b350007f..71549754 100644
--- a/docker-test/throughput-test/Dockerfile
+++ b/docker-test/throughput-test/Dockerfile
@@ -1,10 +1,10 @@
# ZT Netcon Throughput test
-FROM fedora:22
+FROM fedora:23
MAINTAINER https://www.zerotier.com/
# Install apps
RUN yum -y update
-RUN yum -y install httpd
+RUN yum -y install httpd-2.4.16-1.fc23
RUN yum -y install nano
RUN yum clean all