aboutsummaryrefslogtreecommitdiffstats
path: root/travis/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/travis.sh')
-rwxr-xr-xtravis/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis.sh b/travis/travis.sh
index 77bfebf2505..4143a9802aa 100755
--- a/travis/travis.sh
+++ b/travis/travis.sh
@@ -10,7 +10,7 @@ function bell() {
done
}
-DOCKER_IMAGE=vespaengine/vespa-dev:latest
+DOCKER_IMAGE=vespaengine/vespa-dev:vespa7-java11
bell &
docker run --rm -v ${HOME}/.m2:/root/.m2 -v ${HOME}/.ccache:/root/.ccache -v $(pwd):/source \