From f97018306fd39292746b17f6592e128130ec8979 Mon Sep 17 00:00:00 2001 From: Wild Kat Date: Thu, 30 May 2019 22:29:46 +0200 Subject: [PATCH] bump rust to 1.35, now with more bubbles --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd27ac0..76d6677 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # -- stage 1: build static routinator with musl libc for alpine -FROM rust:1.34.1-stretch as build +FROM rust:1.35.0-stretch as build RUN apt-get -yq update && \ apt-get -yq install musl-tools