From 4b56c3ace567eab20343ccaea757b99bc908d353 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 10 Dec 2020 09:39:27 +0100 Subject: [PATCH] push to v0.1.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 412b6d9..1ab02b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1-alpine3.12 as builder -ENV VERSION=v0.1.2 +ENV VERSION=v0.1.4 RUN apk --no-cache add \ git \