From dbe6567f89154279e15f89b4c82d281d20b4683b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:38:59 -0500 Subject: [PATCH] chore: Bump golang from 1.23.2-bookworm to 1.23.3-bookworm (#197) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1c7149..809be6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2-bookworm +FROM golang:1.23.3-bookworm ENV DISABLE_FLOW_INTERACTIVE="true"