Skip to content

Commit

Permalink
update min go version and cleanup dockerfile (#3669)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn authored Jan 28, 2025
1 parent fe80966 commit e7e3dd4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ ARG GIT_VERSION=undefined

LABEL maintainer="[email protected]"

RUN apk update \
&& apk add --no-cache \
gcc \
musl-dev \
&& update-ca-certificates

ENV GO111MODULE=on
ENV GOPATH=/

RUN mkdir /opt/nuts && cd /opt/nuts
Expand Down
20 changes: 20 additions & 0 deletions docs/pages/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Release notes
#############

***************
Peanut (v6.0.7)
***************

Release date: 2025-01-28

- Update minimal GO version to 1.23.5 to fix vulnerabilities.

**Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/v6.0.6...v6.0.7

***************
Peanut (v6.0.6)
***************
Expand Down Expand Up @@ -169,6 +179,16 @@ The following features have been deprecated:
- Network v1 API, to be removed
- VDR v1 API, replaced by VDR v2

*************************
Hazelnut update (v5.4.14)
*************************

Release date: 2025-01-28

- Update minimal GO version to 1.23.5 to fix vulnerabilities.

**Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/v5.4.13...v5.4.14

*************************
Hazelnut update (v5.4.13)
*************************
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.4
go 1.23.5

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
Expand Down

0 comments on commit e7e3dd4

Please sign in to comment.