Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump oss/go/microsoft/golang from 609f6dd to 68a909a #8563

Open
wants to merge 1 commit into
base: release-1.32
Choose a base branch
from
Open
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
@@ -14,7 +14,7 @@

# syntax=docker/dockerfile:1

FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:609f6dd02335f1792f40d6c52a7e30bc517ee3d1688af74bf5f3c497467817ec AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:68a909a48c0615d50a12f5ed2f68c57e0826d1e9ce571326f81424720a98f4d4 AS builder

ARG ENABLE_GIT_COMMAND=true
ARG ARCH=amd64
2 changes: 1 addition & 1 deletion cloud-node-manager.Dockerfile
Original file line number Diff line number Diff line change
@@ -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.23@sha256:7c1cb1cb1c9774222d6de955563bff8190dc8f34680fbbeb2e31bd85a2281ce5 AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23@sha256:ecf14ac8de682086952aca5b8f2c036f85e2f1d2233b05159db61fa0e3181005 AS builder

ARG ENABLE_GIT_COMMAND=true
ARG ARCH=amd64
2 changes: 1 addition & 1 deletion e2e.Dockerfile
Original file line number Diff line number Diff line change
@@ -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.23-bullseye@sha256:609f6dd02335f1792f40d6c52a7e30bc517ee3d1688af74bf5f3c497467817ec
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:68a909a48c0615d50a12f5ed2f68c57e0826d1e9ce571326f81424720a98f4d4

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