Update cidockerbases images
This commit is contained in:
Родитель
5d1ace5404
Коммит
9b1f6727cb
|
@ -10,7 +10,7 @@ version: 2.1
|
|||
jobs:
|
||||
test:
|
||||
docker:
|
||||
- image: mozilla/cidockerbases:rust-2019-09-16
|
||||
- image: mozilla/cidockerbases:rust-2019-10-17
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
lint:
|
||||
docker:
|
||||
- image: mozilla/cidockerbases:rust-2019-09-16
|
||||
- image: mozilla/cidockerbases:rust-2019-10-17
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
build:
|
||||
docker:
|
||||
- image: mozilla/cidockerbases:docker-2019-09-16
|
||||
- image: mozilla/cidockerbases:docker-2019-10-17
|
||||
working_directory: /dockerflow
|
||||
steps:
|
||||
- checkout
|
||||
|
@ -70,7 +70,7 @@ jobs:
|
|||
|
||||
publish:
|
||||
docker:
|
||||
- image: mozilla/cidockerbases:docker-2019-09-16
|
||||
- image: mozilla/cidockerbases:docker-2019-10-17
|
||||
steps:
|
||||
- setup_remote_docker
|
||||
- restore_cache:
|
||||
|
|
|
@ -1425,7 +1425,7 @@ dependencies = [
|
|||
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"term 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
|
@ -1506,10 +1506,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "term"
|
||||
version = "0.6.1"
|
||||
version = "0.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
|
@ -1973,7 +1974,7 @@ dependencies = [
|
|||
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
|
||||
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
|
||||
"checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
||||
"checksum term 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
|
||||
"checksum term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
||||
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
||||
"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
|
||||
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
||||
|
|
Загрузка…
Ссылка в новой задаче