Skip to content

Commit 65261ee

Browse files
renovate[bot]J12934
authored andcommitted
Update golang Docker tag to v1.25.1
1 parent 93cb19c commit 65261ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

auto-discovery/cloud-aws/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
# Build the service binary
6-
FROM --platform=$BUILDPLATFORM golang:1.25.0 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
77

88
WORKDIR /workspace
99
# Copy the Go Modules manifests

auto-discovery/kubernetes/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
# Build the manager binary
6-
FROM --platform=$BUILDPLATFORM golang:1.25.0 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
77

88
WORKDIR /workspace
99
# Copy the Go Modules manifests

lurker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
# Build the manager binary
6-
FROM --platform=$BUILDPLATFORM golang:1.25.0 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
77

88
WORKDIR /workspace
99
# Copy the Go Modules manifests

operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
# Build the manager binary
6-
FROM --platform=$BUILDPLATFORM golang:1.25.0 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
77

88
WORKDIR /workspace
99
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)