Skip to content

Commit a4a3cc4

Browse files
WeltraumschafJ12934
authored andcommitted
Use Latest Go 1.24.2 In Dockerfiles
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent b6eb717 commit a4a3cc4

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 golang:1.22 AS builder
6+
FROM golang:1.24.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 golang:1.23 AS builder
6+
FROM golang:1.24.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 golang:1.23 AS builder
6+
FROM golang:1.24.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 golang:1.23 AS builder
6+
FROM golang:1.24.2 AS builder
77

88
WORKDIR /workspace
99
# Copy the Go Modules manifests

scanners/kubeaudit/scanner/Dockerfile

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

5-
FROM golang:1.17 AS builder
5+
FROM golang:1.24.2 AS builder
66

77
ARG scannerVersion
88

0 commit comments

Comments
 (0)