Skip to content

Commit

Permalink
build(deps): bump oss/go/microsoft/golang from bdf2f01 to aa18f0b (
Browse files Browse the repository at this point in the history
…#7800)

Bumps oss/go/microsoft/golang from `bdf2f01` to `aa18f0b`.

---
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 25, 2024
1 parent 8eb375c commit 7f4b52e
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:bdf2f01a6052c6524be4a6a058435375b4384fe84faf028dcb708794ddcaa9dd AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:aa18f0b04c5c0f824346957531718393f9724ff6ec471e2bad118d4fd46b40cf 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:f4fc81062796c14e704559cad3748c5db70bf961ef24d5fac798afa18dff300e AS builder
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23@sha256:d09538ca02e6d66243c5cae8b637da1dbc42f9682f1022f9ef074a53ca5bf0e4 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:bdf2f01a6052c6524be4a6a058435375b4384fe84faf028dcb708794ddcaa9dd
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:aa18f0b04c5c0f824346957531718393f9724ff6ec471e2bad118d4fd46b40cf

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

Expand Down

0 comments on commit 7f4b52e

Please sign in to comment.