summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2018-05-01 17:04:42 +1000
committerMartin Thomson <martin.thomson@gmail.com>2018-05-01 17:04:42 +1000
commit780ad233d3df2c5af3a75e80e0fb013fa4f21653 (patch)
tree1102c812e394a0940da6fee32dfa9609d0999970
parentfb488b42ed6a6c7344e952d522caec55487360d5 (diff)
downloadnss-hg-780ad233d3df2c5af3a75e80e0fb013fa4f21653.tar.gz
Bug 1458165 - Fix saw image to 16.04, r=ttaubert
-rw-r--r--automation/taskcluster/docker-saw/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/taskcluster/docker-saw/Dockerfile b/automation/taskcluster/docker-saw/Dockerfile
index a481ba048..d67787010 100644
--- a/automation/taskcluster/docker-saw/Dockerfile
+++ b/automation/taskcluster/docker-saw/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:latest
+FROM ubuntu:16.04
MAINTAINER Tim Taubert <ttaubert@mozilla.com>
RUN useradd -d /home/worker -s /bin/bash -m worker