From 6658b5c0aca83f68354961d313a5bc9b0f37fcf7 Mon Sep 17 00:00:00 2001 From: "plural-copilot[bot]" <172153387+plural-copilot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:24:24 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.6 --- go/ai-proxy/Dockerfile | 2 +- go/controller/Dockerfile | 2 +- go/demo/flaky-service/Dockerfile | 2 +- go/oci-auth/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go/ai-proxy/Dockerfile b/go/ai-proxy/Dockerfile index d8c8d3bd8d..187331347d 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 f45a941f65..30e088027f 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 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 diff --git a/go/oci-auth/Dockerfile b/go/oci-auth/Dockerfile index 1e1dff73f9..2c3e015ee3 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