From a125b7078d099fe3ebdbff446a2797e0217fca31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 11:08:25 +0000 Subject: [PATCH] Update alpine Docker tag to v3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf198ab..4c47c4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # static curl build -FROM alpine:3.18 as curlstage +FROM alpine:3.19 as curlstage ARG VERSION="8.4.0" RUN \