8000 Update golang Docker tag to v1.25.5 by renovate[bot] · Pull Request #3400 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auto-discovery/cloud-aws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build the service binary
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.5 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion auto-discovery/kubernetes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.5 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion auto-discovery/kubernetes/pull-secret-extractor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build the pull-secret-extractor binary
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.5 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion lurker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.5 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.5 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
Loading
0