Skip to content

Commit 750adb7

Browse files
committed
Update Dockerfile
- Bump to Alpine 3.20
1 parent bd775d4 commit 750adb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
ARG MOD_VERSION
77

@@ -21,7 +21,7 @@ FROM scratch
2121
LABEL org.opencontainers.image.source=https://github.com/TheCaptain989/lidarr-flac2mp3
2222
LABEL org.opencontainers.image.description="A Docker Mod to Lidarr to automatically convert FLAC files to MP3s, or other format"
2323
LABEL 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
2727
COPY --from=buildstage /root-layer/ /

0 commit comments

Comments
 (0)