From 561ec48549df65e86da8d23243230d9ef4a651eb Mon Sep 17 00:00:00 2001 From: shu Date: Tue, 16 Jun 2020 09:51:04 +0000 Subject: [PATCH] push to v1.15.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee36b87..ad9322c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.11 AS builder -ENV VERSION=v1.15.0 +ENV VERSION=v1.15.1 RUN apk add --no-cache \ alpine-sdk \