From 008248b1f635eb01e9998bbb0a5b26e2f793ddf8 Mon Sep 17 00:00:00 2001 From: bump Date: Fri, 21 Jun 2024 16:02:31 +0000 Subject: [PATCH] Update alpine to 3.20.1 from 3.20.0 Release notes https://alpinelinux.org/posts/Alpine-3.20.1-released.html --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 685cc6b..8349205 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG FFMPEG_VERSION=7.0.1 ARG GOLANG_VERSION=1.22.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.0 +ARG ALPINE_VERSION=3.20.1 FROM mwader/static-ffmpeg:$FFMPEG_VERSION AS ffmpeg