Skip to content

Commit

Permalink
chore(deps): bump golang in /windows
Browse files Browse the repository at this point in the history
Bumps golang from 1.21-nanoserver to 1.23-nanoserver.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 1, 2024
1 parent 2581e93 commit 35fc708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE
# -----------
# Build Image
# -----------
FROM golang:1.21-nanoserver AS build
FROM golang:1.23-nanoserver AS build

# Go build env
ENV CGO_ENABLED=0
Expand Down

0 comments on commit 35fc708

Please sign in to comment.