From d03f271a598bb6841cc5be6adb5af6248e708082 Mon Sep 17 00:00:00 2001 From: shu Date: Thu, 28 Jan 2021 11:44:53 +0000 Subject: [PATCH] push to v1.26.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2199fb7..ccb1bfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.12 AS builder -ENV VERSION=v1.25.0 +ENV VERSION=v1.26.0 RUN apk add --no-cache \ alpine-sdk \