Skip to content

Commit

Permalink
build(deps): bump oss/go/microsoft/golang from 7e7c642 to e3bf35b (
Browse files Browse the repository at this point in the history
…#7727)

Bumps oss/go/microsoft/golang from `7e7c642` to `e3bf35b`.

---
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 Dec 4, 2024
1 parent c5d1e68 commit 0a82de1
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:7e7c642f8334fcfa70a71347ce9c4256f5ef55d1046ec33e7ec9c8d6c290ea9c AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:e3bf35bf5271fecc41b63bfefc61bfa56d19aa1665dc9b1262437073cf5d6f5e 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:6bfd677ed190f8746cc96b18f41899ff728923e1e76a12f5aefa42a1857870c5 AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23@sha256:b8cc23df63a53488bd3467b01be537e260269687a64818297b716457cd335e26 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:7e7c642f8334fcfa70a71347ce9c4256f5ef55d1046ec33e7ec9c8d6c290ea9c
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:e3bf35bf5271fecc41b63bfefc61bfa56d19aa1665dc9b1262437073cf5d6f5e

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

Expand Down

0 comments on commit 0a82de1

Please sign in to comment.