Update Dockerfile

- Bump to Alpine 3.20
This commit is contained in:
TheCaptain989 2024-06-21 15:54:06 -05:00
parent bd775d40c8
commit 750adb75d9
No known key found for this signature in database
GPG Key ID: 1F732307BFABA4C4

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
## Buildstage ##
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 as buildstage
ARG MOD_VERSION
@ -21,7 +21,7 @@ FROM scratch
LABEL org.opencontainers.image.source=https://github.com/TheCaptain989/lidarr-flac2mp3
LABEL org.opencontainers.image.description="A Docker Mod to Lidarr to automatically convert FLAC files to MP3s, or other format"
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
COPY --from=buildstage /root-layer/ /