Skip to content

Commit bf97e62

Browse files
renovate[bot]J12934
authored andcommitted
Update golang Docker tag to v1.25.2
1 parent 64c572b commit bf97e62

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.1 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.2 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.1 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.2 AS builder
77

88
WORKDIR /workspace
99
# Copy the Go Modules manifests

auto-discovery/kubernetes/pull-secret-extractor/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 pull-secret-extractor binary
6-
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.2 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.1 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.2 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.1 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.2 AS builder
77

88
WORKDIR /workspace
99
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)