From 481e531df4ab827d0c8a50707c24f4c05cb22246 Mon Sep 17 00:00:00 2001 From: "plural-copilot[bot]" <172153387+plural-copilot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 22:01:20 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.6 --- go/demo/flaky-service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/demo/flaky-service/Dockerfile b/go/demo/flaky-service/Dockerfile index a66fe9856b..30faeadc15 100644 --- a/go/demo/flaky-service/Dockerfile +++ b/go/demo/flaky-service/Dockerfile @@ -1,5 +1,5 @@ # Step 1: Build the Go binary -FROM golang:1.23.4 AS build +FROM golang:1.23.6 AS build # Set the Current Working Directory inside the container WORKDIR /app