File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} registry.k8s.io/build-image/distroless-iptables:v0.7.5
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} registry.k8s.io/build-image/distroless-iptables:v0.7.6
22
33COPY ./init/init-iptables.sh /bin/
44RUN chmod +x /bin/init-iptables.sh
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23.8 -bookworm@sha256:e052bd5581c75956d08a78b47ba5d12b746aef722f4cd577c98fb571e3072188 as builder
1+ FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23.10 -bookworm@sha256:1b9955f4f779e11096819e0a2594c9cf568aa2337fea85a45b220bf632376e58 as builder
22
33ARG LDFLAGS
44
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23.8 -bookworm@sha256:e052bd5581c75956d08a78b47ba5d12b746aef722f4cd577c98fb571e3072188 as builder
2+ FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23.10 -bookworm@sha256:1b9955f4f779e11096819e0a2594c9cf568aa2337fea85a45b220bf632376e58 as builder
33
44ARG LDFLAGS
55
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23.8 -bookworm@sha256:e052bd5581c75956d08a78b47ba5d12b746aef722f4cd577c98fb571e3072188 as builder
1+ FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23.10 -bookworm@sha256:1b9955f4f779e11096819e0a2594c9cf568aa2337fea85a45b220bf632376e58 as builder
22
33WORKDIR /workspace
44# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 11module github.com/Azure/azure-workload-identity/example/msal-go
22
3- go 1.23.8
3+ go 1.23.10
44
55require (
66 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
Original file line number Diff line number Diff line change 11ARG SERVERCORE_CACHE=gcr.io/k8s-staging-e2e-test-images/windows-servercore-cache:1.0-linux-amd64-${OS_VERSION:-1809}
22ARG BASEIMAGE=mcr.microsoft.com/windows/nanoserver:${OS_VERSION:-1809}
33
4- FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23.8 -bookworm@sha256:e052bd5581c75956d08a78b47ba5d12b746aef722f4cd577c98fb571e3072188 as builder
4+ FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23.10 -bookworm@sha256:1b9955f4f779e11096819e0a2594c9cf568aa2337fea85a45b220bf632376e58 as builder
55
66WORKDIR /workspace
77# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 11module github.com/Azure/azure-workload-identity
22
3- go 1.23.8
3+ go 1.23.10
44
55require (
66 github.com/Azure/aad-pod-identity v1.8.17
Original file line number Diff line number Diff line change 11module github.com/Azure/azure-workload-identity/test/e2e
22
3- go 1.23.8
3+ go 1.23.10
44
55replace (
66 k8s.io/api => k8s.io/api v0.31.1
You can’t perform that action at this time.
0 commit comments