From 85b430dbfdb7ba72734d844d3ffde8657a246327 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 02:55:57 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21.0 --- mergerfs/Dockerfile | 2 +- snapraid/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mergerfs/Dockerfile b/mergerfs/Dockerfile index bea58db..c689346 100644 --- a/mergerfs/Dockerfile +++ b/mergerfs/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx # ========================================================= -FROM --platform=$BUILDPLATFORM alpine:3.20.3 AS build +FROM --platform=$BUILDPLATFORM alpine:3.21.0 AS build SHELL ["/bin/ash", "-euxo", "pipefail", "-c"] COPY --from=xx / / ARG VERSION diff --git a/snapraid/Dockerfile b/snapraid/Dockerfile index af5ab85..ead3485 100644 --- a/snapraid/Dockerfile +++ b/snapraid/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx # ========================================================= -FROM --platform=$BUILDPLATFORM alpine:3.20.3 AS build +FROM --platform=$BUILDPLATFORM alpine:3.21.0 AS build SHELL ["/bin/ash", "-euxo", "pipefail", "-c"] RUN apk add --no-cache clang make COPY --from=xx / /