From c7c982d29971bfb69c794fdee79c21b832d5e390 Mon Sep 17 00:00:00 2001 From: bump Date: Wed, 8 May 2024 16:02:51 +0000 Subject: [PATCH] Update golang to 1.22.3 from 1.22.2 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 01fa841..11e8480 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG YT_DLP=2024.04.09 ARG FFMPEG_VERSION=7.0-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.22.2 +ARG GOLANG_VERSION=1.22.3 # 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.1