Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
- Bump to Alpine 3.20
  • Loading branch information
TheCaptain989 committed Jun 21, 2024
1 parent 86591c9 commit 235a64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
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

Expand All @@ -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/ /

0 comments on commit 235a64c

Please sign in to comment.