From 400645e7bda185c664afe706d89b5b4c098dfc56 Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 8 Jan 2025 12:51:21 +0200 Subject: [PATCH] Update Alpine to 3.21.1 version --- CHANGELOG.md | 7 ++++--- Makefile | 4 ++-- README.md | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 536a63b..337e4af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,14 @@ All user visible changes to this project will be documented in this file. This p -## [main] · unreleased -[main]: /../../tree/main +## [2.11.0-Beta2-r20] · 2025-01-08 +[2.11.0-Beta2-r20]: /../../tree/2.11.0-Beta2-r20 -[Diff](/../../compare/2.11.0-Beta2-r19...main) +[Diff](/../../compare/2.11.0-Beta2-r19...2.11.0-Beta2-r20) ### Security updated +- [Alpine Linux] 3.21.1: - [Debian Linux] "bookworm" 20241223 (12.8): diff --git a/Makefile b/Makefile index c69e9ac..4b0208e 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,8 @@ REGISTRIES := $(strip $(subst $(comma), ,\ $(shell grep -m1 'registry: \["' .github/workflows/ci.yml \ | cut -d':' -f2 | tr -d '"]['))) ALL_IMAGES := \ - debian:2.11.0-Beta2-r19,2.11.0-Beta2,2.11,2,latest \ - alpine:2.11.0-Beta2-r19-alpine,2.11.0-Beta2-alpine,2.11-alpine,2-alpine,alpine + debian:2.11.0-Beta2-r20,2.11.0-Beta2,2.11,2,latest \ + alpine:2.11.0-Beta2-r20-alpine,2.11.0-Beta2-alpine,2.11-alpine,2-alpine,alpine # :,,,... # Default is first image from ALL_IMAGES list. diff --git a/README.md b/README.md index 2d9e2fe..1746f0c 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ OpenDKIM Docker image ## Supported tags and respective `Dockerfile` links -- [`2.11.0-Beta2-r19`, `2.11.0-Beta2`, `2.11`, `2`, `latest`][101] -- [`2.11.0-Beta2-r19-alpine`, `2.11.0-Beta2-alpine`, `2.11-alpine`, `2-alpine`, `alpine`][102] +- [`2.11.0-Beta2-r20`, `2.11.0-Beta2`, `2.11`, `2`, `latest`][101] +- [`2.11.0-Beta2-r20-alpine`, `2.11.0-Beta2-alpine`, `2.11-alpine`, `2-alpine`, `alpine`][102]