File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM ghcr.io/crazy-max/osxcross:14.5-debian AS osxcros
2
2
3
3
# #######################################################################################################################
4
4
# ## Build xx (orignal image: tonistiigi/xx)
5
- FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/alpine:3.21 AS xx-build
5
+ FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/alpine:3.19 AS xx-build
6
6
7
7
# v1.5.0
8
8
ENV XX_VERSION=b4e4c451c778822e6742bfc9d9a91d7c7d885c8a
@@ -26,7 +26,7 @@ COPY --from=xx-build /out/ /usr/bin/
26
26
27
27
# #######################################################################################################################
28
28
# ## Get TagLib
29
- FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/alpine:3.21 AS taglib-build
29
+ FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/alpine:3.19 AS taglib-build
30
30
ARG TARGETPLATFORM
31
31
ARG CROSS_TAGLIB_VERSION=2.1.0-1
32
32
ENV CROSS_TAGLIB_RELEASES_URL=https://github.com/navidrome/cross-taglib/releases/download/v${CROSS_TAGLIB_VERSION}/
@@ -120,7 +120,7 @@ COPY --from=build /out /
120
120
121
121
# #######################################################################################################################
122
122
# ## Build Final Image
123
- FROM public.ecr.aws/docker/library/alpine:3.21 AS final
123
+ FROM public.ecr.aws/docker/library/alpine:3.19 AS final
124
124
LABEL maintainer="deluan@navidrome.org"
125
125
LABEL org.opencontainers.image.source="https://github.com/navidrome/navidrome"
126
126
You can’t perform that action at this time.
0 commit comments