From f4de8419d59e3c714b4c1f5c72fbc05a30549755 Mon Sep 17 00:00:00 2001 From: shu Date: Thu, 25 Feb 2021 13:25:01 +0000 Subject: [PATCH] push to v1.28.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f6aee8..4da561b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.13 AS builder -ENV VERSION=v1.27.0 +ENV VERSION=v1.28.0 RUN apk add --no-cache \ alpine-sdk \