File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 11# golang alpine
2- FROM golang:1.24.2 -alpine AS builder
2+ FROM golang:1.24.4 -alpine AS builder
33
44ARG TARGETARCH
55ARG TARGETOS
@@ -21,7 +21,7 @@ COPY . .
2121RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="-w -s -X 'github.com/nuts-foundation/nuts-node/core.GitCommit=${GIT_COMMIT}' -X 'github.com/nuts-foundation/nuts-node/core.GitBranch=${GIT_BRANCH}' -X 'github.com/nuts-foundation/nuts-node/core.GitVersion=${GIT_VERSION}'" -o /opt/nuts/nuts
2222
2323# alpine
24- FROM alpine:3.21.2
24+ FROM alpine:3.22.0
2525RUN apk update \
2626 && apk add --no-cache \
2727 tzdata \
Original file line number Diff line number Diff line change 33Release notes
44#############
55
6- ***************
6+ *************************
7+ Hazelnut update (v5.4.19)
8+ *************************
9+
10+ Release date: 2025-06-13
11+
12+ - Update go version to fix https://pkg.go.dev/vuln/GO-2025-3749, https://pkg.go.dev/vuln/GO-2025-3750, https://pkg.go.dev/vuln/GO-2025-3751
13+
14+ **Full Changelog **: https://github.com/nuts-foundation/nuts-node/compare/v5.4.18...v5.4.19
15+
16+ *************************
717Hazelnut update (v5.4.18)
8- ***************
18+ *************************
919
1020Release date: 2025-04-28
1121
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.24.2
5+ go 1.24.4
66
77require (
88 github.com/alicebob/miniredis/v2 v2.33.0
You can’t perform that action at this time.
0 commit comments