From 6040a502976a86db87096b5d64e4d7de9966cf72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 11:30:36 -0400 Subject: [PATCH] chore(deps): bump alpine from 3.18 to 3.20 in /.github/workflows (#3326) Bumps alpine from 3.18 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pipeline.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.dockerfile b/.github/workflows/pipeline.dockerfile index af6e182a1..649d1f234 100644 --- a/.github/workflows/pipeline.dockerfile +++ b/.github/workflows/pipeline.dockerfile @@ -16,7 +16,7 @@ RUN chmod +x /navidrome ##################################################### ### Build Final Image -FROM alpine:3.18 +FROM alpine:3.20 LABEL maintainer="deluan@navidrome.org" # Install ffmpeg and mpv