From e379eefa7b564c9b5ad2a072c9c5fd80ec1a3714 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 19 Sep 2023 09:23:53 +0200 Subject: [PATCH] push to 1.92.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42c55f9..e3f426c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/alpine:3.18 AS builder -ENV VERSION=v1.91.2 +ENV VERSION=v1.92.3 RUN apk add --no-cache \ alpine-sdk \