Skip to content

Commit

Permalink
Update Alpine to 3.13.2 version to fix its CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Feb 18, 2021
1 parent e499ed9 commit 7c9146b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,26 @@ All user visible changes to this project will be documented in this file. This p



## [2.8.27-node15-r1] · 2021-02-18
[2.8.27-node15-r1]: /../../tree/v2.8.27-node15-r1

[Diff](/../../compare/v2.8.27-node15-r0...v2.8.27-node15-r1)

### Upgraded

- [Alpine Linux] 3.13.2: <https://github.com/docker-library/official-images/commit/629ce2163a502c16b78064eb3ea3c74b095b6745>




## [2.8.27-node15-r0] · 2021-01-06
[2.8.27-node15-r0]: /../../tree/v2.8.27-node15-r0

[Diff](/../../compare/v2.8.26-node15-r1...v2.8.27-node15-r0)

### Upgraded

- Haraka: <https://github.com/haraka/Haraka/releases/tag/2.8.27>
- [Haraka] 2.8.27: <https://github.com/haraka/Haraka/releases/tag/2.8.27>



Expand All @@ -37,7 +49,7 @@ All user visible changes to this project will be documented in this file. This p

### Upgraded

- Haraka: <https://github.com/haraka/Haraka/releases/tag/2.8.26>
- [Haraka] 2.8.26: <https://github.com/haraka/Haraka/releases/tag/2.8.26>



Expand All @@ -49,10 +61,12 @@ All user visible changes to this project will be documented in this file. This p

### Upgraded

- Haraka: <https://github.com/haraka/Haraka/releases/tag/2.8.25>
- [Haraka] 2.8.25: <https://github.com/haraka/Haraka/releases/tag/2.8.25>





[Alpine Linux]: https://www.alpinelinux.org
[Haraka]: https://haraka.github.io
[Semantic Versioning 2.0.0]: https://semver.org
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=15
FROM node:${node_ver}-alpine

ARG haraka_ver=2.8.27
ARG build_rev=0
ARG build_rev=1

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.27-node15-r0`, `2.8.27`, `2.8`, `2`, `latest`][d1]
- [`2.8.27-node15-r1`, `2.8.27`, `2.8`, `2`, `latest`][d1]



Expand Down

0 comments on commit 7c9146b

Please sign in to comment.