From 791194eea7e14a64cc310d3201ad9e1bf11ab634 Mon Sep 17 00:00:00 2001 From: bump Date: Fri, 17 Jan 2025 16:03:08 +0000 Subject: [PATCH] Update golang to 1.23.5 from 1.23.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 e2668a4..3cd5659 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG YT_DLP=2025.01.15 ARG FFMPEG_VERSION=7.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.23.4 +ARG GOLANG_VERSION=1.23.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.21.2