Skip to content
Open
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 docker/crd-installer.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the crdinstaller binary
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.26.6-1 AS builder
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.26.8-1 AS builder

ARG GOOS=linux
ARG GOARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion docker/hub-agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Segmentation fault" / "cgo: gcc produced no output" in runtime/cgo and net)
# and, when it did not crash, took over an hour per image. Only the final
# distroless stage is per-target, and it runs no commands.
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.26.6-1 AS builder
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.26.8-1 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion docker/member-agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Segmentation fault" / "cgo: gcc produced no output" in runtime/cgo and net)
# and, when it did not crash, took over an hour per image. Only the final
# distroless stage is per-target, and it runs no commands.
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.26.6-1 AS builder
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.26.8-1 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion docker/refresh-token.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Segmentation fault" / "cgo: gcc produced no output" in runtime/cgo and net)
# and, when it did not crash, took over an hour per image. Only the final
# distroless stage is per-target, and it runs no commands.
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.26.6-1 AS builder
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.26.8-1 AS builder

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