From 99748c70aa740fe50c3d2239d8d0b0e1f45b9fb2 Mon Sep 17 00:00:00 2001 From: Shimun Date: Thu, 25 Jul 2019 18:06:40 +0200 Subject: [PATCH] update rust --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66a6640..bf9ef7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.34 AS riffol_build +FROM rust:1.36-slim AS riffol_build RUN cargo install --git https://github.com/shimunn/riffol.git --branch print_error