From 1975a0d7ee402d5c6844305c9f9a81213fd19239 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 02:34:40 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21 --- alpine.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine.dockerfile b/alpine.dockerfile index 2892b97..f9e8bb0 100644 --- a/alpine.dockerfile +++ b/alpine.dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a as builder +FROM alpine:3.21@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621 as builder ARG VERSION RUN apk --no-cache add \ @@ -26,7 +26,7 @@ RUN ./configure \ RUN make RUN make install DESTDIR=/build/output -FROM alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a +FROM alpine:3.21@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621 RUN apk --no-cache add \ libcurl \