From 018a86d19cdf0d9f3c181f489a0e2235829c4772 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 3 Oct 2019 17:23:24 +0200 Subject: [PATCH] push to version 1.4.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a685d8c..770ee9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.10 AS builder -ENV VERSION=1.3.1 +ENV VERSION=v1.4.0 RUN apk add --no-cache \ alpine-sdk \