58: Update rust Docker tag to v1.36 r=mythmon a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| rust | stage | minor | `1.34-slim-stretch` -> `1.36-slim-stretch` |

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#mozilla/classify-client).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
bors[bot] 2019-07-18 22:05:00 +00:00
Родитель e7ce260b13 8ce137d7ea
Коммит 70d480f2d0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
FROM rust:1.34-slim-stretch as build
FROM rust:1.36-slim-stretch as build
RUN apt-get update && \
apt-get install -y --no-install-recommends \
pkg-config curl libssl-dev