Skip to content

Commit

Permalink
Revert Node.js back to 18 version (nodejs/docker-node#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 15, 2022
1 parent 1fcf8d5 commit 6339f98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@ All user visible changes to this project will be documented in this file. This p



## [2.8.28-node19-r0] · 2022-10-24
[2.8.28-node19-r0]: /../../tree/v2.8.28-node19-r0
## [2.8.28-node18-r3] · 2022-12-15
[2.8.28-node18-r3]: /../../tree/v2.8.28-node18-r3

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

### Added

- Ability to pre-install [Alpine Linux] packages via `APK_INSTALL_PACKAGES` environment variable. ([#2])

### 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]: /../../issues/2


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

ARG haraka_ver=2.8.28
ARG build_rev=0
ARG build_rev=3


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-node19-r0`, `2.8.28`, `2.8`, `2`, `latest`][d1]
- [`2.8.28-node18-r3`, `2.8.28`, `2.8`, `2`, `latest`][d1]



Expand Down

0 comments on commit 6339f98

Please sign in to comment.