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