Skip to content
Closed
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.25.9 AS builder
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.10 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
@@ -1,5 +1,5 @@
# Build the hubagent binary
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.9 AS builder
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.10 AS builder

ARG GOOS=linux
ARG GOARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion docker/member-agent.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the memberagent binary
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.9 AS builder
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.10 AS builder

ARG GOOS=linux
ARG GOARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion docker/refresh-token.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the refreshtoken binary
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.9 AS builder
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.10 AS builder

ARG GOOS="linux"
ARG GOARCH="amd64"
Expand Down
Loading