From f62af802dc8a0f3299f73f2b7fe5fd98d01c13ce Mon Sep 17 00:00:00 2001 From: Wild Kat Date: Thu, 11 Jun 2020 14:12:34 +0200 Subject: [PATCH] bump alpine to 3.12.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e721755..0aa3ffb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # -- stage 1: build static routinator with musl libc for alpine -FROM alpine:3.11.6 as build +FROM alpine:3.12.0 as build RUN apk add rust cargo