From d77779b2123d41cbe4cf6cb4b23c782582724b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Budziak?= Date: Mon, 16 Nov 2020 22:22:22 +0100 Subject: [PATCH] Update rust to v1.47.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0020634..8045211 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.32.0-slim-stretch +FROM rust:1.47.0-slim-stretch # Prevent any error messages about there not being a terminal ENV DEBIAN_FRONTEND noninteractive