Skip to content

Commit

Permalink
build(deps): bump oss/go/microsoft/golang from b3cc516 to 49a7faf
Browse files Browse the repository at this point in the history
Bumps oss/go/microsoft/golang from `b3cc516` to `49a7faf`.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent a2bada0 commit f15886c
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:b3cc516e58b4fac7bbf2f1f4f2fe34084b42d80627e2edd084306723ce2fc714 AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:49a7faf0a8fe044bee99b5552d86b634445c4800552d11dfc8486f44d9af3a03 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:5edb3aa8da540935919e5657c62cdcae6054c3e79901ec16fb16e7659927aa31 AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23@sha256:a03ce2493638a9af821b4e55d20c8f992c670453365c6cc80adc6bccc17ded0a 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:b3cc516e58b4fac7bbf2f1f4f2fe34084b42d80627e2edd084306723ce2fc714
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:49a7faf0a8fe044bee99b5552d86b634445c4800552d11dfc8486f44d9af3a03

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

Expand Down

0 comments on commit f15886c

Please sign in to comment.