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 3bd60e3 commit 2dab633Copy full SHA for 2dab633
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/alicebob/miniredis/v2 v2.33.0
0 commit comments