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