From aa35290bef5f986363133658e33e4b858105f660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:07:13 +0000 Subject: [PATCH] docker(deps): bump alpine from 3.23 to 3.24 Bumps alpine from 3.23 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c767dc..5a928f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN if [ "${TARGETARCH}" = "arm" ] && [ -n "${TARGETVARIANT}" ]; then \ fi # soundtouch-service image -FROM alpine:3.23 AS soundtouch-service +FROM alpine:3.24 AS soundtouch-service RUN apk add --no-cache ca-certificates tzdata @@ -95,7 +95,7 @@ EXPOSE 8000 ENTRYPOINT ["/app/soundtouch-service"] # soundtouch-player image -FROM alpine:3.23 AS soundtouch-player +FROM alpine:3.24 AS soundtouch-player RUN apk add --no-cache ca-certificates tzdata @@ -116,7 +116,7 @@ ENTRYPOINT ["/app/soundtouch-player"] # soundtouch-web image: transitional alias of soundtouch-player. Built from the # same binary; the entrypoint name makes the binary print a rename notice on # start. Will be dropped in a future release. -FROM alpine:3.23 AS soundtouch-web +FROM alpine:3.24 AS soundtouch-web RUN apk add --no-cache ca-certificates tzdata