From 2f116294dd662df6b76ea431aa56c6cd8ea4193b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 3 Dec 2019 10:30:04 -0800 Subject: update gitlab-ci to rust 1.34 Apparently the rust:1.34-stretch image is gone from docker hub, and this was causing CI errors. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21a3fd8a..961c47de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ variables: PIPENV_VENV_IN_PROJECT: "true" CARGO_HOME: ".cargo_cache" -image: "rust:1.34-stretch" +image: "rust:1.35-stretch" unified_test: variables: -- cgit v1.2.3