Skip to content

Commit 83c6e62

Browse files
authored
chore: update to go 1.23.8 in examples/msal-go windows dockerfile (#1599)
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 5a1c089 commit 83c6e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/msal-go/windows.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG SERVERCORE_CACHE=gcr.io/k8s-staging-e2e-test-images/windows-servercore-cache:1.0-linux-amd64-${OS_VERSION:-1809}
22
ARG BASEIMAGE=mcr.microsoft.com/windows/nanoserver:${OS_VERSION:-1809}
33

4-
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.22-bookworm as builder
4+
FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23.8-bookworm@sha256:e052bd5581c75956d08a78b47ba5d12b746aef722f4cd577c98fb571e3072188 as builder
55

66
WORKDIR /workspace
77
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)