Skip to content

Commit

Permalink
build(deps): bump oss/go/microsoft/golang from 49a7faf to 4e64867 (
Browse files Browse the repository at this point in the history
…#7956)

Bumps oss/go/microsoft/golang from `49a7faf` to `4e64867`.

---
updated-dependencies:
- dependency-name: oss/go/microsoft/golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent dcc5227 commit 889293b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.23-bullseye@sha256:49a7faf0a8fe044bee99b5552d86b634445c4800552d11dfc8486f44d9af3a03 AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:4e648679a7704b3b86c6037770fd9a4765fb905ee0975d72622fb7cff6f8880a AS builder

ARG ENABLE_GIT_COMMAND=true
ARG ARCH=amd64
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.23@sha256:a03ce2493638a9af821b4e55d20c8f992c670453365c6cc80adc6bccc17ded0a AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23@sha256:85bd0d478d08624d9b970f0a72657a98418e34c5332b5a070d75cbf113ec8df2 AS builder

ARG ENABLE_GIT_COMMAND=true
ARG ARCH=amd64
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.23-bullseye@sha256:49a7faf0a8fe044bee99b5552d86b634445c4800552d11dfc8486f44d9af3a03
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:4e648679a7704b3b86c6037770fd9a4765fb905ee0975d72622fb7cff6f8880a

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

Expand Down

0 comments on commit 889293b

Please sign in to comment.