File tree Expand file tree Collapse file tree
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.24.6 AS builder
6+ FROM golang:1.25.0 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.24.6 AS builder
6+ FROM golang:1.25.0 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.24.6 AS builder
6+ FROM golang:1.25.0 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.24.6 AS builder
6+ FROM golang:1.25.0 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 --platform=$BUILDPLATFORM golang:1.24 -alpine AS builder
5+ FROM --platform=$BUILDPLATFORM golang:1.25 -alpine AS builder
66ARG scannerVersion
77RUN GOOS=$TARGETOS GOARCH=$TARGETARCH CGO_ENABLED=0 go install github.com/ffuf/ffuf/v2@$scannerVersion
88
You can’t perform that action at this time.
0 commit comments