From a164bf707250840a8240fe545ea1c6b5a6d12a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:43:42 +0200 Subject: [PATCH] Bump golang from 1.22.4 to 1.22.5 (#97) automated merge --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 977004b..c59e369 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.4 as builder +FROM golang:1.22.5 as builder WORKDIR /src ENV CGO_ENABLED=0 ENV GOOS=linux