From 8ce7aa0fd07a4b06038a874cc61004a3904689c1 Mon Sep 17 00:00:00 2001 From: bump Date: Wed, 6 Dec 2023 16:02:58 +0000 Subject: [PATCH] Update golang to 1.21.5 from 1.21.4 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 5e3e10a..816e324 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG YT_DLP=2023.11.16 ARG FFMPEG_VERSION=6.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.4 +ARG GOLANG_VERSION=1.21.5 # 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.18.5