From e3a71ce12a19e35eef50c4a12b1cbb7abb901b1c Mon Sep 17 00:00:00 2001 From: "actions-runner-selfhosted[bot]" <147452877+actions-runner-selfhosted[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:05:44 +0000 Subject: [PATCH] =?UTF-8?q?feat(lidarr):=20update=20docker.io/library/alpi?= =?UTF-8?q?ne=20(=203.20=20=E2=86=92=203.21=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/lidarr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/lidarr/Dockerfile b/apps/lidarr/Dockerfile index 43c7329..7a0d6a2 100644 --- a/apps/lidarr/Dockerfile +++ b/apps/lidarr/Dockerfile @@ -11,7 +11,7 @@ ENV CGO_ENABLED=0 \ GOARM=${TARGETVARIANT} RUN go install -ldflags="-s -w" github.com/drone/envsubst/cmd/envsubst@latest -FROM docker.io/library/alpine:3.20 +FROM docker.io/library/alpine:3.21 ARG TARGETPLATFORM ARG VERSION