From cb9d976cf25f7625d9bf29c4042d9e805f6561d9 Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 1 Apr 2021 09:40:11 +0300 Subject: [PATCH] Update Alpine to 3.13.4 version to fix CVE-2021-28831 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Makefile | 8 ++++---- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c613d5a..e6d3484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,30 @@ All user visible changes to this project will be documented in this file. This p +## [1.4.11-r3] · 2021-04-01 +[1.4.11-r3]: /../../tree/1.4.11-r3 + +[Diff](/../../compare/1.4.11-r2...1.4.11-r3) + +### Security updated + +- [Alpine Linux] 3.13.3: + + + + +## [1.3.16-r4] · 2021-04-01 +[1.3.16-r4]: /../../tree/1.3.16-r4 + +[Diff](/../../compare/1.3.16-r3...1.3.16-r4) + +### Security updated + +- [Alpine Linux] 3.13.3: + + + + ## [1.4.11-r2] · 2021-03-26 [1.4.11-r2]: /../../tree/1.4.11-r2 diff --git a/Makefile b/Makefile index bdbb58d..d10f382 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,10 @@ NAMESPACES := instrumentisto \ quay.io/instrumentisto NAME := roundcube ALL_IMAGES := \ - 1.4/apache:1.4.11-r2-apache,1.4.11-apache,1.4-apache,1-apache,apache,latest \ - 1.4/fpm:1.4.11-r2-fpm,1.4.11-fpm,1.4-fpm,1-fpm,fpm \ - 1.3/apache:1.3.16-r3-apache,1.3.16-apache,1.3-apache \ - 1.3/fpm:1.3.16-r3-fpm,1.3.16-fpm,1.3-fpm + 1.4/apache:1.4.11-r3-apache,1.4.11-apache,1.4-apache,1-apache,apache,latest \ + 1.4/fpm:1.4.11-r3-fpm,1.4.11-fpm,1.4-fpm,1-fpm,fpm \ + 1.3/apache:1.3.16-r4-apache,1.3.16-apache,1.3-apache \ + 1.3/fpm:1.3.16-r4-fpm,1.3.16-fpm,1.3-fpm # :,,,... # Default is first image from ALL_IMAGES list.