summaryrefslogtreecommitdiff
path: root/ci/docker/mipsel-unknown-linux-musl/Dockerfile
diff options
context:
space:
mode:
authorGabriel <g2p.code@gmail.com>2017-07-18 18:53:15 +0200
committerGabriel <g2p.code@gmail.com>2017-07-19 06:52:06 +0200
commit39a75af8ee3dc037bb94fa3c410b797e1470850c (patch)
treeacb756425f569a26dff3066351cbd6e9af265cc9 /ci/docker/mipsel-unknown-linux-musl/Dockerfile
parent1445dbd40515cc348b528b893caa64d1463592f9 (diff)
downloadrust-libc-39a75af8ee3dc037bb94fa3c410b797e1470850c.tar.gz
Use Ubuntu 17.10 as the base image
Diffstat (limited to 'ci/docker/mipsel-unknown-linux-musl/Dockerfile')
-rw-r--r--ci/docker/mipsel-unknown-linux-musl/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/mipsel-unknown-linux-musl/Dockerfile b/ci/docker/mipsel-unknown-linux-musl/Dockerfile
index 4c7ee8bcff..36666743fb 100644
--- a/ci/docker/mipsel-unknown-linux-musl/Dockerfile
+++ b/ci/docker/mipsel-unknown-linux-musl/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:16.10
+FROM ubuntu:17.10
RUN apt-get update
RUN apt-get install -y --no-install-recommends \