File tree Expand file tree Collapse file tree
scanners/kubeaudit/scanner Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
88WORKDIR /workspace
99# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 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
88WORKDIR /workspace
99# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 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
88WORKDIR /workspace
99# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 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
88WORKDIR /workspace
99# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 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
77ARG scannerVersion
88
You can’t perform that action at this time.
0 commit comments