summaryrefslogtreecommitdiff
path: root/ci/docker/mips-unknown-linux-musl/Dockerfile
diff options
context:
space:
mode:
authorIan Denhardt <ian@zenhack.net>2016-10-03 18:33:55 -0400
committerIan Denhardt <ian@zenhack.net>2016-10-05 18:53:51 -0400
commit8ff1c4172e4053d5f6a39d79d1cdea20ab7c2238 (patch)
tree0811987458c507fbf14c418ce9f56ec2c9737f13 /ci/docker/mips-unknown-linux-musl/Dockerfile
parent2faafb3815bed6a0b3885d7036d9f1d74c23b331 (diff)
downloadrust-libc-8ff1c4172e4053d5f6a39d79d1cdea20ab7c2238.tar.gz
Test against newer c libraries
Specifically: * Update the base docker images to ubuntu 16.10 * Update musl to version 1.1.15 This is necessary since the versions we were previously using do not define CLONE_NEWCGROUP, so adding the symbol to the libc crate causes test failures.
Diffstat (limited to 'ci/docker/mips-unknown-linux-musl/Dockerfile')
-rw-r--r--ci/docker/mips-unknown-linux-musl/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/mips-unknown-linux-musl/Dockerfile b/ci/docker/mips-unknown-linux-musl/Dockerfile
index 61fa353657..77c6adb435 100644
--- a/ci/docker/mips-unknown-linux-musl/Dockerfile
+++ b/ci/docker/mips-unknown-linux-musl/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:16.04
+FROM ubuntu:16.10
RUN apt-get update
RUN apt-get install -y --no-install-recommends \