From a789c970805f6542281201f5a874abb364eb5a59 Mon Sep 17 00:00:00 2001 From: bump Date: Wed, 10 Jan 2024 16:02:36 +0000 Subject: [PATCH] Update golang to 1.21.6 from 1.21.5 Release notes https://golang.org/doc/devel/release.html --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71552de..f17b2be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG YT_DLP=2023.12.30 ARG FFMPEG_VERSION=6.1.1 # bump: golang /GOLANG_VERSION=([\d.]+)/ docker:golang|^1 # bump: golang link "Release notes" https://golang.org/doc/devel/release.html -ARG GOLANG_VERSION=1.21.5 +ARG GOLANG_VERSION=1.21.6 # 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.19.0