From 0aa3b2a969bf0b0211d9908c1a96dc1465c2bff0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Dec 2025 00:59:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A3=20Update=20alpine=20Docker=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | alpine | 3.21 | 3.23 | | docker | alpine | 3.21.3 | 3.23.2 | | docker | alpine | 3.19 | 3.23 | --- apps/decypharr/Dockerfile | 2 +- apps/gort/Dockerfile | 2 +- apps/tshock/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/decypharr/Dockerfile b/apps/decypharr/Dockerfile index 68ea4e5..3fd65e9 100644 --- a/apps/decypharr/Dockerfile +++ b/apps/decypharr/Dockerfile @@ -35,7 +35,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \ -o /healthcheck cmd/healthcheck/main.go # Stage 2: Create directory structure -FROM alpine:3.19 as dirsetup +FROM alpine:3.23 as dirsetup RUN mkdir -p /app/logs && \ mkdir -p /app/cache && \ chmod 777 /app/logs && \ diff --git a/apps/gort/Dockerfile b/apps/gort/Dockerfile index 53e0030..fe94dbd 100644 --- a/apps/gort/Dockerfile +++ b/apps/gort/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \ RUN /tmp/fetch_tools.sh -FROM alpine:3.21.3 +FROM alpine:3.23.2 RUN set -ex \ && echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \ diff --git a/apps/tshock/Dockerfile b/apps/tshock/Dockerfile index 1b2aa54..c4f5819 100644 --- a/apps/tshock/Dockerfile +++ b/apps/tshock/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 AS cloner +FROM alpine:3.23 AS cloner RUN apk add --no-cache \ curl unzip