From 5b89dab4ea22cef00b273c168ed8b412489c6c17 Mon Sep 17 00:00:00 2001 From: tyranron Date: Fri, 8 Dec 2023 13:07:55 +0100 Subject: [PATCH] Upgrade Alpine to 3.19 version --- CHANGELOG.md | 12 ++++++++++++ Dockerfile.tmpl.php | 2 +- Makefile | 4 ++-- README.md | 4 ++-- alpine/Dockerfile | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 432cd8c..3354f2b 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.11.0-Beta2-r11] · 2023-12-08 +[2.11.0-Beta2-r11]: /../../tree/2.11.0-Beta2-r11 + +[Diff](/../../compare/2.11.0-Beta2-r10...2.11.0-Beta2-r11) + +### Upgraded + +- [Alpine Linux] 3.19: + + + + ## [2.11.0-Beta2-r10] · 2023-12-01 [2.11.0-Beta2-r10]: /../../tree/2.11.0-Beta2-r10 diff --git a/Dockerfile.tmpl.php b/Dockerfile.tmpl.php index 799567a..1ee75e7 100644 --- a/Dockerfile.tmpl.php +++ b/Dockerfile.tmpl.php @@ -8,7 +8,7 @@ # https://hub.docker.com/_/alpine -FROM alpine:3.18 +FROM alpine:3.19 # https://hub.docker.com/_/debian FROM debian:bookworm-slim diff --git a/Makefile b/Makefile index 0db198f..1960a91 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-r10,2.11.0-Beta2,2.11,2,latest \ - alpine:2.11.0-Beta2-r10-alpine,2.11.0-Beta2-alpine,2.11-alpine,2-alpine,alpine + debian:2.11.0-Beta2-r11,2.11.0-Beta2,2.11,2,latest \ + alpine:2.11.0-Beta2-r11-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 742358c..ac81749 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ OpenDKIM Docker image ## Supported tags and respective `Dockerfile` links -- [`2.11.0-Beta2-r10`, `2.11.0-Beta2`, `2.11`, `2`, `latest`][101] -- [`2.11.0-Beta2-r10-alpine`, `2.11.0-Beta2-alpine`, `2.11-alpine`, `2-alpine`, `alpine`][102] +- [`2.11.0-Beta2-r11`, `2.11.0-Beta2`, `2.11`, `2`, `latest`][101] +- [`2.11.0-Beta2-r11-alpine`, `2.11.0-Beta2-alpine`, `2.11-alpine`, `2-alpine`, `alpine`][102] diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 2aa71c2..ea80747 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -2,7 +2,7 @@ # DO NOT EDIT THIS FILE DIRECTLY, USE /Dockerfile.tmpl.php # https://hub.docker.com/_/alpine -FROM alpine:3.18 +FROM alpine:3.19 ARG opendkim_ver=2.11.0-Beta2 ARG s6_overlay_ver=3.1.6.2