From 25a9e9295bcc3cfc86de0f4a27c98fcdf6bbd916 Mon Sep 17 00:00:00 2001 From: sebastian Date: Fri, 21 Feb 2020 10:16:21 +0000 Subject: [PATCH] push to version v1.11.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 451862c..d206cd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.11 AS builder -ENV VERSION=v1.10.0 +ENV VERSION=v1.11.0 RUN apk add --no-cache \ alpine-sdk \