Skip to content

Commit 3707c12

Browse files
authored
fix: Resolve GO-2025-3849 vuln by upgrading Go (#3902)
1 parent 0e5a244 commit 3707c12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# golang alpine
2-
FROM golang:1.24.4-alpine AS builder
2+
FROM golang:1.24.6-alpine AS builder
33

44
ARG TARGETARCH
55
ARG TARGETOS

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/nuts-foundation/nuts-node
22

33
// This is the minimal version, the actual go version is determined by the images in the Dockerfile
44
// This version is used in automated tests such as the 'Scheduled govulncheck' action
5-
go 1.24.4
5+
go 1.24.6
66

77
require (
88
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0

0 commit comments

Comments
 (0)