Skip to content

Commit

Permalink
Upgrade Node.js to 21 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 19, 2023
1 parent eb07aef commit bab77cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ All user visible changes to this project will be documented in this file. This p



## [3.0.2-node20-r0] · 2023-10-06
[3.0.2-node20-r0]: /../../tree/v3.0.2-node20-r0
## [3.0.2-node21-r0] · 2023-10-19
[3.0.2-node21-r0]: /../../tree/v3.0.2-node21-r0

[Diff](/../../compare/v3.0.2-node18-r2...v3.0.2-node20-r0)
[Diff](/../../compare/v3.0.2-node18-r2...v3.0.2-node21-r0)

### Upgraded

- [Node.js] 20: <https://github.com/nodejs/node/blob/v20.0.0/doc/changelogs/CHANGELOG_V20.md#20.0.0>
- [Node.js] 21: <https://github.com/nodejs/node/blob/v21.0.0/doc/changelogs/CHANGELOG_V21.md#2023-10-17-version-2100-current-rafaelgss-and-targos>



Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/node
ARG node_ver=20
ARG node_ver=21
FROM node:${node_ver}-alpine3.18

ARG haraka_ver=3.0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Haraka Docker image

## Supported tags and respective `Dockerfile` links

- [`3.0.2-node20-r0`, `3.0.2`, `3.0`, `3`, `latest`][d1]
- [`3.0.2-node21-r0`, `3.0.2`, `3.0`, `3`, `latest`][d1]



Expand Down

0 comments on commit bab77cc

Please sign in to comment.