From c4162eb70079ebcb5a8b7819e7c646a0f2097506 Mon Sep 17 00:00:00 2001 From: shimunn <> Date: Sun, 21 Apr 2019 13:27:52 +0200 Subject: [PATCH] use adapted riffol version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66a6640..aedf7f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.34 AS riffol_build -RUN cargo install --git https://github.com/shimunn/riffol.git --branch print_error +RUN cargo install --git https://github.com/shimunn/riffol.git --branch 32b FROM nginx:mainline