File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33# # Buildstage ##
4- FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
4+ FROM ghcr.io/linuxserver/baseimage-alpine:3.20 as buildstage
55
66ARG MOD_VERSION
77
@@ -21,7 +21,7 @@ FROM scratch
2121LABEL org.opencontainers.image.source=https://github.com/TheCaptain989/lidarr-flac2mp3
2222LABEL org.opencontainers.image.description="A Docker Mod to Lidarr to automatically convert FLAC files to MP3s, or other format"
2323LABEL org.opencontainers.image.licenses=GPL-3.0-only
24- LABEL org.opencontainers.image.authors="TheCaptain989"
24+ LABEL org.opencontainers.image.authors=
"TheCaptain989 <[email protected] > " 2525
2626# Add files from buildstage
2727COPY --from=buildstage /root-layer/ /
You can’t perform that action at this time.
0 commit comments