From 605e0e1f92666279ca8abdd01b5932aa4f3ab75f Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 9 Jan 2025 12:56:10 +0200 Subject: [PATCH] Update Alpine to 3.21.2 version --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Makefile | 8 ++++---- README.md | 8 ++++---- 3 files changed, 32 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ab85b..e52794d 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.6.9-r5] · 2025-01-09 +[1.6.9-r5]: /../../tree/1.6.9-r5 + +[Diff](/../../compare/1.6.9-r4...1.6.9-r5) + +### Security updated + +- [Alpine Linux] 3.21.2: + + + + +## [1.5.9-r5] · 2025-01-09 +[1.5.9-r5]: /../../tree/1.5.9-r5 + +[Diff](/../../compare/1.5.9-r4...1.5.9-r5) + +### Security updated + +- [Alpine Linux] 3.21.2: + + + + ## [1.6.9-r4] · 2025-01-08 [1.6.9-r4]: /../../tree/1.6.9-r4 diff --git a/Makefile b/Makefile index f14cb76..ec4f344 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,10 @@ REGISTRIES := $(strip $(subst $(comma), ,\ $(shell grep -m1 'registry: \["' .github/workflows/ci.yml \ | cut -d':' -f2 | tr -d '"]['))) ALL_IMAGES := \ - 1.6/apache:1.6.9-r4-apache,1.6.9-apache,1.6-apache,1-apache,apache,latest \ - 1.6/fpm:1.6.9-r4-fpm,1.6.9-fpm,1.6-fpm,1-fpm,fpm \ - 1.5/apache:1.5.9-r4-apache,1.5.9-apache,1.5-apache \ - 1.5/fpm:1.5.9-r4-fpm,1.5.9-fpm,1.5-fpm + 1.6/apache:1.6.9-r5-apache,1.6.9-apache,1.6-apache,1-apache,apache,latest \ + 1.6/fpm:1.6.9-r5-fpm,1.6.9-fpm,1.6-fpm,1-fpm,fpm \ + 1.5/apache:1.5.9-r5-apache,1.5.9-apache,1.5-apache \ + 1.5/fpm:1.5.9-r5-fpm,1.5.9-fpm,1.5-fpm # :,,,... # Default is first image from ALL_IMAGES list. diff --git a/README.md b/README.md index 22618b5..41c8d6c 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ Roundcube Webmail Docker image ## Supported tags and respective `Dockerfile` links -- [`1.6.9-r4-apache`, `1.6.9-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101] -- [`1.6.9-r4-fpm`, `1.6.9-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102] -- [`1.5.9-r4-apache`, `1.5.9-apache`, `1.5-apache`][103] -- [`1.5.9-r4-fpm`, `1.5.9-fpm`, `1.5-fpm`][104] +- [`1.6.9-r5-apache`, `1.6.9-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101] +- [`1.6.9-r5-fpm`, `1.6.9-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102] +- [`1.5.9-r5-apache`, `1.5.9-apache`, `1.5-apache`][103] +- [`1.5.9-r5-fpm`, `1.5.9-fpm`, `1.5-fpm`][104]