From 71501eb6d29e93f161a44eee33aac1a8cb29ab1a Mon Sep 17 00:00:00 2001 From: shu Date: Sat, 26 Sep 2020 08:28:10 +0000 Subject: [PATCH] push to v1.20.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3420fed..f2b71fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.12 AS builder -ENV VERSION=v1.19.2 +ENV VERSION=v1.20.1 RUN apk add --no-cache \ alpine-sdk \