From 750adb75d92ccb3f93d38c4f0cef7a319f4a78cc Mon Sep 17 00:00:00 2001 From: TheCaptain989 Date: Fri, 21 Jun 2024 15:54:06 -0500 Subject: [PATCH] Update Dockerfile - Bump to Alpine 3.20 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9f818be..9e4f4e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " # Add files from buildstage COPY --from=buildstage /root-layer/ /