From e2b02ef4a3f4819247a8ba2808aa0e64049645a8 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 22 Aug 2023 09:17:33 +0200 Subject: [PATCH] push to 1.90.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9358f45..5893a81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/alpine:3.18 AS builder -ENV VERSION=v1.88.0 +ENV VERSION=v1.90.0 RUN apk add --no-cache \ alpine-sdk \