From aaaca367a7d54f61978de6da117dfb03c809ff24 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 10 Dec 2020 09:16:55 +0100 Subject: [PATCH] push to v0.9.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a849091..35cc02f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.12 as builder -ENV VERSION=v0.8.1 +ENV VERSION=v0.9.0 RUN apk --no-cache add \ gcc \