From e9fbc2a6695807eaa98b17e25ec7f8bd4affe2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 06:27:55 +0000 Subject: [PATCH] Bump golang from 1.22-alpine to 1.23-alpine in /build.go Bumps golang from 1.22-alpine to 1.23-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.go/Dockerfile b/build.go/Dockerfile index d353bcc..678f5b4 100644 --- a/build.go/Dockerfile +++ b/build.go/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine +FROM golang:1.23-alpine LABEL org.opencontainers.image.authors="Umputun " # enables automatic changelog generation by tools like Dependabot