Skip to content

Commit

Permalink
build(deps): bump oss/go/microsoft/golang from 87c9102 to 8b584e9 (
Browse files Browse the repository at this point in the history
…#8231)

Bumps oss/go/microsoft/golang from `87c9102` to `8b584e9`.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
1 parent 3c3d5a4 commit a9efea6
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:87c9102070c2d79931f15b121a3799bf0bb8f5bf7a28bfeebe9399dc8a18eeee AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:8b584e9bbed46e9f07f8e300b682682fbbb4592a91cbb63dfe58429c0652708c 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:604f216cf31f683e3237f74997d787133f8af1d7958c0d37155745eb9515666a AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23@sha256:99ab064df7c66c76709ce725d058d351fe868a5262d304460810adea05b0e983 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:87c9102070c2d79931f15b121a3799bf0bb8f5bf7a28bfeebe9399dc8a18eeee
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:8b584e9bbed46e9f07f8e300b682682fbbb4592a91cbb63dfe58429c0652708c

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

Expand Down

0 comments on commit a9efea6

Please sign in to comment.