Skip to content

Commit ed3ef30

Browse files
renovate[bot]Weltraumschaf
authored andcommitted
chore(deps): update golang docker tag to v1.26.2
1 parent 6465234 commit ed3ef30

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

88
WORKDIR /workspace
99
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)