From 851cc9e766416d82e7ee76eb752a6b4173e824dc Mon Sep 17 00:00:00 2001 From: bump Date: Thu, 9 Jan 2025 16:03:02 +0000 Subject: [PATCH] Update alpine to 3.21.2 from 3.21.1 Release notes https://alpinelinux.org/posts/Alpine-3.21.2-released.html --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1aad747..57aede9 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.21.1 +ARG ALPINE_VERSION=3.21.2 FROM mwader/static-ffmpeg:$FFMPEG_VERSION AS ffmpeg