From 297f72ff1a679d1308e7b733be649ab2795bdcf7 Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 9 Dec 2024 16:52:29 -0500 Subject: [PATCH] chore(deps): bump Alpine version Signed-off-by: Deluan --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ebc94aec3..2a6ae1b9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM ghcr.io/crazy-max/osxcross:14.5-debian AS osxcros ######################################################################################################################## ### Build xx (orignal image: tonistiigi/xx) -FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/alpine:3.20 AS xx-build +FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/alpine:3.21 AS xx-build # v1.5.0 ENV XX_VERSION=b4e4c451c778822e6742bfc9d9a91d7c7d885c8a @@ -26,7 +26,7 @@ COPY --from=xx-build /out/ /usr/bin/ ######################################################################################################################## ### Get TagLib -FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/alpine:3.20 AS taglib-build +FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/alpine:3.21 AS taglib-build ARG TARGETPLATFORM ARG CROSS_TAGLIB_VERSION=2.0.2-1 ENV CROSS_TAGLIB_RELEASES_URL=https://github.com/navidrome/cross-taglib/releases/download/v${CROSS_TAGLIB_VERSION}/ @@ -44,7 +44,7 @@ EOT ######################################################################################################################## ### Build Navidrome UI -FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/node:lts-alpine3.20 AS ui +FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/node:lts-alpine AS ui WORKDIR /app # Install node dependencies @@ -119,7 +119,7 @@ COPY --from=build /out / ######################################################################################################################## ### Build Final Image -FROM public.ecr.aws/docker/library/alpine:3.20 AS final +FROM public.ecr.aws/docker/library/alpine:3.21 AS final LABEL maintainer="deluan@navidrome.org" # Install ffmpeg and mpv