From 244bf3bc55701d5d36b573d59192b410dfee3731 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 21 Jul 2023 08:09:22 +0200 Subject: [PATCH] push to 1.88.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6abcdc5..9358f45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/alpine:3.18 AS builder -ENV VERSION=v1.86.0 +ENV VERSION=v1.88.0 RUN apk add --no-cache \ alpine-sdk \