-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>" | ||
|
||
# Add files from buildstage | ||
COPY --from=buildstage /root-layer/ / |