Skip to content

Commit

Permalink
update gitlab-ci to rust 1.34
Browse files Browse the repository at this point in the history
Apparently the rust:1.34-stretch image is gone from docker hub, and this
was causing CI errors.
  • Loading branch information
bnewbold committed Dec 3, 2019
1 parent ec7c7b1 commit 2f11629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2f11629

Please sign in to comment.