From 7c9146be268b69e6e2af295c4a414936d54eab03 Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 18 Feb 2021 11:44:30 +0200 Subject: [PATCH] Update Alpine to 3.13.2 version to fix its CVEs --- CHANGELOG.md | 20 +++++++++++++++++--- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 697f315..63f44da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ 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: + + + + ## [2.8.27-node15-r0] · 2021-01-06 [2.8.27-node15-r0]: /../../tree/v2.8.27-node15-r0 @@ -13,7 +25,7 @@ All user visible changes to this project will be documented in this file. This p ### Upgraded -- Haraka: +- [Haraka] 2.8.27: @@ -37,7 +49,7 @@ All user visible changes to this project will be documented in this file. This p ### Upgraded -- Haraka: +- [Haraka] 2.8.26: @@ -49,10 +61,12 @@ All user visible changes to this project will be documented in this file. This p ### Upgraded -- Haraka: +- [Haraka] 2.8.25: +[Alpine Linux]: https://www.alpinelinux.org +[Haraka]: https://haraka.github.io [Semantic Versioning 2.0.0]: https://semver.org diff --git a/Dockerfile b/Dockerfile index e1d878c..9ff0965 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/README.md b/README.md index 1098bc8..3027c90 100644 --- a/README.md +++ b/README.md @@ -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]