Skip to content

Commit 6bf973a

Browse files
chore(deps): bump golang in /windows
Bumps golang from 1.23-nanoserver to 1.24-nanoserver. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 103c4d1 commit 6bf973a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BASE_IMAGE
22
# -----------
33
# Build Image
44
# -----------
5-
FROM golang:1.23-nanoserver AS build
5+
FROM golang:1.24-nanoserver AS build
66

77
# Go build env
88
ENV CGO_ENABLED=0

0 commit comments

Comments
 (0)