Skip to content

Commit

Permalink
Update Alpine to 3.17.3 version to fix CVE-2023-0464, CVE-2023-0465 and
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Mar 31, 2023
1 parent 220becd commit 2b90bb5
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.1-node18-r2] · 2023-03-31
[3.0.1-node18-r2]: /../../tree/v3.0.1-node18-r2

[Diff](/../../compare/v3.0.1-node18-r1...v3.0.1-node18-r2)

### Security updated

- [Alpine Linux] 3.17.3: <https://github.com/docker-library/official-images/commit/3f1217773efac2f535ec54e17c574ae3f762ff7c>




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

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.17

ARG haraka_ver=3.0.1
ARG build_rev=1
ARG build_rev=2


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.1-node18-r1`, `3.0.1`, `3.0`, `3`, `latest`][d1]
- [`3.0.1-node18-r2`, `3.0.1`, `3.0`, `3`, `latest`][d1]



Expand Down

0 comments on commit 2b90bb5

Please sign in to comment.