Skip to content

Commit

Permalink
tests/docker: update Travis image to a more current version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stsquad committed Oct 25, 2019
1 parent 0674632 commit 8ce2f68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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
Expand Down

0 comments on commit 8ce2f68

Please sign in to comment.