From 2978df649d157986321c4902891e0150238c27c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Thu, 22 Jul 2021 16:23:08 -0700 Subject: [PATCH] version bump: 1.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Seán C McCord --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c3e5ad..89656d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.13 AS build ARG CHANNEL=stable -ARG VERSION=1.4.5 +ARG VERSION=1.10.2 ARG ARCH=amd64 RUN mkdir /build