Skip to content

Commit

Permalink
Upgrade Haraka to 3.0.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Feb 9, 2024
1 parent 6077b2d commit ffb98f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@ All user visible changes to this project will be documented in this file. This p



## [3.0.2-node21-r0] · 2024-01-29
[3.0.2-node21-r0]: /../../tree/v3.0.2-node21-r0
## [3.0.3-node21-r0] · 2024-02-09
[3.0.3-node21-r0]: /../../tree/v3.0.3-node21-r0

[Diff](/../../compare/v3.0.2-node18-r4...v3.0.2-node21-r0)
[Diff](/../../compare/v3.0.2-node18-r4...v3.0.3-node21-r0)

### BC Breaks

- Removed support for `arm32v6`, `arm32v7` and `s390x` platforms ([nodejs/docker-node#1973]).
- Removed support for `arm32v6`, `arm32v7` and `s390x` platforms ([6077b2d5], [nodejs/docker-node#1973]).

### Upgraded

- [Haraka] 3.0.3: <https://github.com/haraka/Haraka/releases/tag/v3.0.3>
- [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>

### Security updated

- [Alpine Linux] 3.19.1: <https://github.com/docker-library/official-images/commit/a5a02e00e489cfaa9dc8056755cd00abe7d0f646>

[6077b2d5]: /../../commit/cc4173d28d9c5cedc0f6c70039accae7421492f1
[nodejs/docker-node#1973]: https://github.com/nodejs/docker-node/issues/1973


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG node_ver=21
FROM node:${node_ver}-alpine3.19

ARG haraka_ver=3.0.2
ARG haraka_ver=3.0.3
ARG build_rev=0


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-node21-r0`, `3.0.2`, `3.0`, `3`, `latest`][d1]
- [`3.0.3-node21-r0`, `3.0.3`, `3.0`, `3`, `latest`][d1]



Expand Down

0 comments on commit ffb98f1

Please sign in to comment.