aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2019-10-24 11:14:32 +0100
committerAlex Bennée <alex.bennee@linaro.org>2019-10-25 19:24:21 +0100
commit8ce2f68fc90e36d8cd57585f7f4bc75e5038f0b1 (patch)
tree1c12f77fec762401c2e2dd790f4842802b68584e /tests
parent06746324ad28f49d86d706be3c54dc9524d166ca (diff)
downloadqemu-8ce2f68fc90e36d8cd57585f7f4bc75e5038f0b1.tar.gz
tests/docker: update Travis image to a more current version
This isn't the latest one available on hub.docker.com but it does match the ID reported by the Xenial builds running on Travis: instance: ... travis-ci-sardonyx-xenial-1553530528-f909ac5 Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/docker/dockerfiles/travis.docker6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/docker/dockerfiles/travis.docker b/tests/docker/dockerfiles/travis.docker
index ea14da29d97..e8eb48dccfd 100644
--- a/tests/docker/dockerfiles/travis.docker
+++ b/tests/docker/dockerfiles/travis.docker
@@ -1,4 +1,8 @@
-FROM travisci/ci-sardonyx:packer-1546978056-2c98a19
+#
+# Travis Image - this is broadly the same image that we run our CI
+# tests on.
+#
+FROM travisci/ci-sardonyx:packer-1552557266-f909ac5
ENV DEBIAN_FRONTEND noninteractive
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8