diff --git a/go/ai-proxy/Dockerfile b/go/ai-proxy/Dockerfile index d8c8d3bd8..187331347 100644 --- a/go/ai-proxy/Dockerfile +++ b/go/ai-proxy/Dockerfile @@ -1,5 +1,5 @@ # Build the binary -FROM golang:1.23.4 as builder +FROM golang:1.23.6 as builder ARG TARGETOS ARG TARGETARCH ARG VERSION diff --git a/go/controller/Dockerfile b/go/controller/Dockerfile index f45a941f6..30e088027 100644 --- a/go/controller/Dockerfile +++ b/go/controller/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.23.4 as builder +FROM golang:1.23.6 as builder ARG TARGETOS ARG TARGETARCH diff --git a/go/demo/flaky-service/Dockerfile b/go/demo/flaky-service/Dockerfile index a66fe9856..30faeadc1 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 diff --git a/go/oci-auth/Dockerfile b/go/oci-auth/Dockerfile index 1e1dff73f..2c3e015ee 100644 --- a/go/oci-auth/Dockerfile +++ b/go/oci-auth/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.4 as builder +FROM golang:1.23.6 as builder ARG TARGETOS ARG TARGETARCH