From 2772f9a939fb2fc4255b956e708413d05f15fd2a Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 29 May 2023 12:42:59 +0200 Subject: [PATCH] push to 1.84.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3896bfe..36c488f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/alpine:3.17 AS builder -ENV VERSION=v1.80.0 +ENV VERSION=v1.84.1 RUN apk add --no-cache \ alpine-sdk \