Bug 1501228 [wpt PR 13676] - Update docker image to Ubuntu 18.04, a=testonly

Automatic update from web-platform-testsUpdate docker image to Ubuntu 18.04 (#13676)

This is the latest LTS release, so it makes sense to test on it. Also it is a requirement
to get servo builds running in the docker image since 16.04 has a too-old gstreamer.
--

wpt-commits: fbc56f388ac5d3a9cfcdfc161917ba0cfa2280f5
wpt-pr: 13676
This commit is contained in:
jgraham 2018-11-09 15:45:11 +00:00 committed by moz-wptsync-bot
parent f502ea6ce1
commit affe572b2d
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ tasks:
owner: ${event.pusher.email}
source: ${event.repository.url}
payload:
image: jugglinmike/web-platform-tests:0.21
image: harjgam/web-platform-tests:0.22
maxRunTime: 7200
artifacts:
public/results:

View File

@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:18.04
# No interactive frontend during docker build
ENV DEBIAN_FRONTEND=noninteractive \