Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump library/golang from 3339084 to 883939c in /build/docker #841

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/docker/Dockerfile.Windows-2022
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.23.4-nanoserver-ltsc2022@sha256:3339084b38f4052b815c7a1a32740796ed5cccb41119268938d2a6b57cc726c9 AS base
FROM docker.io/library/golang:1.23.4-nanoserver-ltsc2022@sha256:883939c0f14a85bf554f3d807c049161d3f2381808ba474c0b6b5280a6af1712 AS base
WORKDIR /src
COPY ["./src/", "./src/"]

Expand Down
Loading