From 50b70e53ab0871a90fe364ff96e783c7e3633f15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 05:02:49 +0000 Subject: [PATCH] chore(deps): update i386/alpine docker tag to v3.21 (#81) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile.linux.386 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linux.386 b/Dockerfile.linux.386 index cdaa7ef..e53f6ca 100644 --- a/Dockerfile.linux.386 +++ b/Dockerfile.linux.386 @@ -1,4 +1,4 @@ -FROM i386/alpine:3.20 AS build +FROM i386/alpine:3.21 AS build RUN apk add --no-cache ca-certificates FROM scratch