From f3f9b2af24d2783bde2ab0ce4e107eaabc27ad75 Mon Sep 17 00:00:00 2001 From: shu Date: Thu, 7 Jan 2021 07:23:24 +0000 Subject: [PATCH] push to v0.1.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ab02b0..46408f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1-alpine3.12 as builder -ENV VERSION=v0.1.4 +ENV VERSION=v0.1.5 RUN apk --no-cache add \ git \