Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-copilot[bot] authored Mar 3, 2025
1 parent 8aa86dd commit 6658b5c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go/ai-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion go/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion go/demo/flaky-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion go/oci-auth/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.4 as builder
FROM golang:1.23.6 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 6658b5c

Please sign in to comment.