Skip to content

Commit 2333cce

Browse files
Update golang Docker tag to v1.25.6
1 parent bf8a4b4 commit 2333cce

6 files changed

Lines changed: 6 additions & 6 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.5 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.6 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.5 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.6 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.5 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.6 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.5 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.6 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.5 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.6 AS builder
77

88
WORKDIR /workspace
99
# Copy the Go Modules manifests

scanners/git-repo-scanner/scanner/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.5 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.6 AS builder
77

88
WORKDIR /workspace
99
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)