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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# syntax=docker/dockerfile:1

FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.25.11-bookworm@sha256:dbbfa778a2e049a76ef198cfd577e26412a216dea2b16717906163018e13161b AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.25.11-bookworm@sha256:5c8645f2bf840bc65b0ea40cfb6bc0218ce57667e1ae4ffee9ac22901bb924cc AS builder

ARG ENABLE_GIT_COMMAND=true
ARG GOEXPERIMENT
Expand Down
2 changes: 1 addition & 1 deletion cloud-node-manager.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.25.11-bookworm@sha256:dbbfa778a2e049a76ef198cfd577e26412a216dea2b16717906163018e13161b AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.25.11-bookworm@sha256:5c8645f2bf840bc65b0ea40cfb6bc0218ce57667e1ae4ffee9ac22901bb924cc AS builder

ARG ENABLE_GIT_COMMAND=true
ARG GOEXPERIMENT
Expand Down
2 changes: 1 addition & 1 deletion e2e.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.11-bookworm@sha256:dbbfa778a2e049a76ef198cfd577e26412a216dea2b16717906163018e13161b
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.11-bookworm@sha256:5c8645f2bf840bc65b0ea40cfb6bc0218ce57667e1ae4ffee9ac22901bb924cc

WORKDIR /go/src/sigs.k8s.io/cloud-provider-azure

Expand Down
Loading