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 Feb 17, 2023
1 parent 220becd commit d943c95
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 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



## [3.0.1-node19-r0] · 2023-02-17
[3.0.1-node19-r0]: /../../tree/v3.0.1-node19-r0

[Diff](/../../compare/v3.0.1-node18-r1...v3.0.1-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>




## [3.0.1-node18-r1] · 2023-02-13
[3.0.1-node18-r1]: /../../tree/v3.0.1-node18-r1

Expand Down
7 changes: 4 additions & 3 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.17

ARG haraka_ver=3.0.1
ARG build_rev=1
ARG build_rev=0


COPY rootfs /
Expand All @@ -18,7 +18,8 @@ RUN apk update \
&& apk add --no-cache --virtual .build-deps \
python3 g++ make \
\
# Build and install Haraka
# Build and install Haraka \
&& npm install -g npm@latest \
&& npm install -g Haraka@${haraka_ver} \
&& haraka -i /etc/haraka/ \
# See: https://github.com/haraka/Haraka/issues/2746#issuecomment-580387065
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.1-node18-r1`, `3.0.1`, `3.0`, `3`, `latest`][d1]
- [`3.0.1-node19-r0`, `3.0.1`, `3.0`, `3`, `latest`][d1]



Expand Down

0 comments on commit d943c95

Please sign in to comment.