From ae8e5903e443a8bd56ab09c2ef0baddad6e7493f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:32:19 +0000 Subject: [PATCH] Update alpine Docker tag to v3.21 | datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.20 | 3.21 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c215cad..9c2568d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN xx-apt install -y xx-cxx-essentials zlib1g-dev libcurl4-openssl-dev libc-are ### Build base image for alpine -FROM --platform=$BUILDPLATFORM alpine:3.20 AS build-base-alpine +FROM --platform=$BUILDPLATFORM alpine:3.21 AS build-base-alpine RUN apk add --no-cache \ alpine-sdk \