File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# golang alpine
2- FROM golang:1.23.5 -alpine as builder
2+ FROM golang:1.23.6 -alpine AS builder
33
44ARG TARGETARCH
55ARG TARGETOS
Original file line number Diff line number Diff line change 33Release notes
44#############
55
6+ *************************
7+ Hazelnut update (v5.4.15)
8+ *************************
9+
10+ Release date: 2025-02-07
11+
12+ - Update minimal GO version to 1.23.6 to fix vulnerabilities in standard library crypto package.
13+
14+ **Full Changelog **: https://github.com/nuts-foundation/nuts-node/compare/v5.4.14...v5.4.15
15+
616*************************
717Hazelnut update (v5.4.14)
818*************************
Original file line number Diff line number Diff 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.23.5
5+ go 1.23.6
66
77require (
88 github.com/alicebob/miniredis/v2 v2.33.0
You can’t perform that action at this time.
0 commit comments