Skip to content

Commit

Permalink
Update Alpine to 3.21.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 8, 2025
1 parent 55b858d commit 400645e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/docker-library/official-images/commit/34b47f1f4bdef69e39ae335e55b0f07af3b4fa18>
- [Debian Linux] "bookworm" 20241223 (12.8): <https://github.com/docker-library/official-images/commit/b6ea0fc48d92a7f6ef631667e82600666be53181>


Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
# <Dockerfile>:<version>,<tag1>,<tag2>,...

# Default is first image from ALL_IMAGES list.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]



Expand Down

0 comments on commit 400645e

Please sign in to comment.