diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-12-03 10:30:04 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-12-03 10:30:11 -0800 |
commit | 2f116294dd662df6b76ea431aa56c6cd8ea4193b (patch) | |
tree | 834cfe1764aa2587c7e5c336b61bd442a4b18c88 | |
parent | ec7c7b14727285bc791a17d0e55529580283c73f (diff) | |
download | fatcat-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.
-rw-r--r-- | .gitlab-ci.yml | 2 |
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: |