Skip to content

Commit

Permalink
Update Alpine to 3.18.5 version to fix CVE-2023-5678
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 1, 2023
1 parent 302555a commit fc62099
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 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.2-node18-r3] · 2023-12-01
[3.0.2-node18-r3]: /../../tree/v3.0.2-node18-r3

[Diff](/../../compare/v3.0.2-node18-r2...v3.0.2-node18-r3)

### Security updated

- [Alpine Linux] 3.18.5: <https://github.com/docker-library/official-images/commit/7e13453ce3b47c537e4ffe79127d4900825e9d03>




## [3.0.2-node18-r2] · 2023-10-05
[3.0.2-node18-r2]: /../../tree/v3.0.2-node18-r2

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

ARG haraka_ver=3.0.2
ARG build_rev=2
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

- [`3.0.2-node18-r2`, `3.0.2`, `3.0`, `3`, `latest`][d1]
- [`3.0.2-node18-r3`, `3.0.2`, `3.0`, `3`, `latest`][d1]



Expand Down

0 comments on commit fc62099

Please sign in to comment.