Skip to content

Commit

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



## [2.8.28-node16-r2] · 2022-01-04
[2.8.28-node16-r2]: /../../tree/v2.8.28-node16-r2
## [2.8.28-node17-r0] · 2022-01-04
[2.8.28-node17-r0]: /../../tree/v2.8.28-node17-r0

[Diff](/../../compare/v2.8.28-node16-r1...2.8.28-node16-r2)
[Diff](/../../compare/v2.8.28-node16-r1...2.8.28-node17-r0)

### Upgraded

- [Node.js] 17: <https://github.com/nodejs/node/blob/v17.0.0/doc/changelogs/CHANGELOG_V17.md#2021-10-19-version-1700-current-bethgriggs>
- [Alpine Linux] 3.15: <https://www.alpinelinux.org/posts/Alpine-3.15.0-released.html>


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=16
ARG node_ver=17
FROM node:${node_ver}-alpine3.15

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

LABEL org.opencontainers.image.source="\
https://github.com/instrumentisto/haraka-docker-image"
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-node16-r2`, `2.8.28`, `2.8`, `2`, `latest`][d1]
- [`2.8.28-node17-r0`, `2.8.28`, `2.8`, `2`, `latest`][d1]



Expand Down

0 comments on commit 626bbbf

Please sign in to comment.