From af962ff83c373b87a10c8e8860ccd922c85c222b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 18:52:43 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62684ee..f776d5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.2-bullseye as builder +FROM golang:1.22.3-bullseye as builder ENV GO111MODULE=on ENV CGO_ENABLED=0 WORKDIR /usr/src/