Skip to content

Commit

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



## [2.8.28-node19-r0] · 2022-10-19
[2.8.28-node19-r0]: /../../tree/v2.8.28-node19-r0

[Diff](/../../compare/v2.8.28-node18-r2...v2.8.28-node19-r0)

### Upgraded

- [Node.js] 19: <https://github.com/nodejs/node/blob/v19.0.0/doc/changelogs/CHANGELOG_V19.md#2022-10-18-version-1900-current-rafaelgss-and-ruyadorno>




## [2.8.28-node18-r2] · 2022-08-10
[2.8.28-node18-r2]: /../../tree/v2.8.28-node18-r2

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# https://hub.docker.com/_/node
ARG node_ver=18
ARG node_ver=19
FROM node:${node_ver}-alpine3.16

ARG haraka_ver=2.8.28
ARG build_rev=2
ARG build_rev=0


COPY rootfs /
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

- [`2.8.28-node18-r2`, `2.8.28`, `2.8`, `2`, `latest`][d1]
- [`2.8.28-node19-r0`, `2.8.28`, `2.8`, `2`, `latest`][d1]



Expand Down

0 comments on commit 5eaea6e

Please sign in to comment.