From 35c2e95803bc3d58b34b5ad3af1800748aab8979 Mon Sep 17 00:00:00 2001 From: shu Date: Thu, 30 Jul 2020 15:21:44 +0000 Subject: [PATCH] push to v1.18.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b98a46..b13e9e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.12 AS builder -ENV VERSION=v1.17.0 +ENV VERSION=v1.18.0 RUN apk add --no-cache \ alpine-sdk \