aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-12-03 10:30:04 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-12-03 10:30:11 -0800
commit2f116294dd662df6b76ea431aa56c6cd8ea4193b (patch)
tree834cfe1764aa2587c7e5c336b61bd442a4b18c88 /.gitlab-ci.yml
parentec7c7b14727285bc791a17d0e55529580283c73f (diff)
downloadfatcat-2f116294dd662df6b76ea431aa56c6cd8ea4193b.tar.gz
fatcat-2f116294dd662df6b76ea431aa56c6cd8ea4193b.zip
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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: