We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5a244 commit 3707c12Copy full SHA for 3707c12
Dockerfile
@@ -1,5 +1,5 @@
1
# golang alpine
2
-FROM golang:1.24.4-alpine AS builder
+FROM golang:1.24.6-alpine AS builder
3
4
ARG TARGETARCH
5
ARG TARGETOS
go.mod
@@ -2,7 +2,7 @@ module github.com/nuts-foundation/nuts-node
// This is the minimal version, the actual go version is determined by the images in the Dockerfile
// This version is used in automated tests such as the 'Scheduled govulncheck' action
-go 1.24.4
+go 1.24.6
6
7
require (
8
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
0 commit comments