From d8e9ffb332ae8e7a29b69b1b1ac4e740abe74f14 Mon Sep 17 00:00:00 2001 From: bump Date: Fri, 6 Dec 2024 16:03:12 +0000 Subject: [PATCH] Update alpine to 3.21.0 from 3.20.3 Release notes https://alpinelinux.org/posts/Alpine-3.21.0-released.html --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2772a42..470d67f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG FFMPEG_VERSION=7.1 ARG GOLANG_VERSION=1.23.4 # bump: alpine /ALPINE_VERSION=([\d.]+)/ docker:alpine|^3 # bump: alpine link "Release notes" https://alpinelinux.org/posts/Alpine-$LATEST-released.html -ARG ALPINE_VERSION=3.20.3 +ARG ALPINE_VERSION=3.21.0 FROM mwader/static-ffmpeg:$FFMPEG_VERSION AS ffmpeg