Skip to content

Commit b7a3afe

Browse files
Update golang Docker tag
1 parent 1db8595 commit b7a3afe

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.24.6 AS builder
6+
FROM golang:1.25.0 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.24.6 AS builder
6+
FROM golang:1.25.0 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.24.6 AS builder
6+
FROM golang:1.25.0 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.24.6 AS builder
6+
FROM golang:1.25.0 AS builder
77

88
WORKDIR /workspace
99
# Copy the Go Modules manifests

scanners/ffuf/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 --platform=$BUILDPLATFORM golang:1.24-alpine AS builder
5+
FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder
66
ARG scannerVersion
77
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH CGO_ENABLED=0 go install github.com/ffuf/ffuf/v2@$scannerVersion
88

0 commit comments

Comments
 (0)