diff options
| author | root <root@localhost.localdomain> | 2015-11-09 19:13:53 -0800 |
|---|---|---|
| committer | root <root@localhost.localdomain> | 2015-11-09 19:13:53 -0800 |
| commit | 134ad8ac21711422ae55eb74b6130c6d036c9ade (patch) | |
| tree | 3429d5921a3b56a5020e386bdc95b202d8865a85 /docker-test/throughput-test/Dockerfile | |
| parent | 3e84e8b8c3bf28ff8299d1c188d60aa030f9c2c3 (diff) | |
| download | infinitytier-134ad8ac21711422ae55eb74b6130c6d036c9ade.tar.gz infinitytier-134ad8ac21711422ae55eb74b6130c6d036c9ade.zip | |
Changed httpd version in throughput-test Dockerfile
Diffstat (limited to 'docker-test/throughput-test/Dockerfile')
| -rw-r--r-- | docker-test/throughput-test/Dockerfile | 4 |
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 |
