From dbabb93afae0b8a496e6e8750ab76fa14d687e49 Mon Sep 17 00:00:00 2001 From: shu Date: Wed, 8 Jul 2020 18:03:43 +0000 Subject: [PATCH] push to v0.8.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 169728c..9d450c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.11 as builder -ENV VERSION=v0.6.1 +ENV VERSION=v0.8.1 RUN apk --no-cache add \ gcc \