From c80ba87f76c64ae97fce94f010125f178ad30045 Mon Sep 17 00:00:00 2001 From: shu Date: Tue, 5 Oct 2021 13:23:04 +0000 Subject: [PATCH] push to v1.44.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d112e1f..cac4453 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14 AS builder -ENV VERSION=v1.43.0 +ENV VERSION=v1.44.0 RUN apk add --no-cache \ alpine-sdk \