Skip to content

Commit

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

Bumps oss/go/microsoft/golang from `1343d81` to `87c9102`.

---
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 5, 2025
1 parent d7c3e70 commit 33d59db
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:1343d816257978556e397062942d771a69d1388e7bd43e9496e264c246a32654 AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:87c9102070c2d79931f15b121a3799bf0bb8f5bf7a28bfeebe9399dc8a18eeee 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:af26f493c19a133cde46d9806115bee0fc3b16fb97951102ce041af9a95ba0ad AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23@sha256:604f216cf31f683e3237f74997d787133f8af1d7958c0d37155745eb9515666a 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:1343d816257978556e397062942d771a69d1388e7bd43e9496e264c246a32654
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:87c9102070c2d79931f15b121a3799bf0bb8f5bf7a28bfeebe9399dc8a18eeee

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

Expand Down

0 comments on commit 33d59db

Please sign in to comment.