Update Dockerfile

- Bump to Alpine 3.20
This commit is contained in:
TheCaptain989
2024-06-21 15:50:20 -05:00
parent d610026693
commit 6d86a1bf83
+2 -2
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
## Buildstage ## ## Buildstage ##
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage FROM ghcr.io/linuxserver/baseimage-alpine:3.20 as buildstage
ARG MOD_VERSION ARG MOD_VERSION
@@ -21,7 +21,7 @@ FROM scratch
LABEL org.opencontainers.image.source=https://github.com/TheCaptain989/radarr-striptracks LABEL org.opencontainers.image.source=https://github.com/TheCaptain989/radarr-striptracks
LABEL org.opencontainers.image.description="A Docker Mod to Radarr/Sonarr to automatically strip out unwanted audio and subtitle streams" LABEL org.opencontainers.image.description="A Docker Mod to Radarr/Sonarr to automatically strip out unwanted audio and subtitle streams"
LABEL org.opencontainers.image.licenses=GPL-3.0-only LABEL org.opencontainers.image.licenses=GPL-3.0-only
LABEL org.opencontainers.image.authors="TheCaptain989" LABEL org.opencontainers.image.authors="TheCaptain989 <thecaptain989@protonmail.com>"
# Add files from buildstage # Add files from buildstage
COPY --from=buildstage /root-layer/ / COPY --from=buildstage /root-layer/ /