Skip to content

Commit

Permalink
Update Alpine to 3.20.3 version to fix CVE-2024-6119
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Sep 9, 2024
1 parent 07852b7 commit a538177
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



## [2.11.0-Beta2-r16] · 2024-??-?? (unreleased)
[2.11.0-Beta2-r16]: /../../tree/2.11.0-Beta2-r16
## [2.11.0-Beta2-r17] · 2024-09-09
[2.11.0-Beta2-r17]: /../../tree/2.11.0-Beta2-r17

[Diff](/../../compare/2.11.0-Beta2-r16...)
[Diff](/../../compare/2.11.0-Beta2-r16...2.11.0-Beta2-r17)

### Security updated

- [Alpine Linux] 3.20.3: <https://github.com/docker-library/official-images/commit/94a433c3550a63993b4d7a2081ae87dfe1f7f6bf>
- [Debian Linux] "bookworm" 20240904 (12.7): <https://github.com/docker-library/official-images/commit/c8fa319f742b43465f60dda8d67cdc8d66eb615d>


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-r16,2.11.0-Beta2,2.11,2,latest \
alpine:2.11.0-Beta2-r16-alpine,2.11.0-Beta2-alpine,2.11-alpine,2-alpine,alpine
debian:2.11.0-Beta2-r17,2.11.0-Beta2,2.11,2,latest \
alpine:2.11.0-Beta2-r17-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-r16`, `2.11.0-Beta2`, `2.11`, `2`, `latest`][101]
- [`2.11.0-Beta2-r16-alpine`, `2.11.0-Beta2-alpine`, `2.11-alpine`, `2-alpine`, `alpine`][102]
- [`2.11.0-Beta2-r17`, `2.11.0-Beta2`, `2.11`, `2`, `latest`][101]
- [`2.11.0-Beta2-r17-alpine`, `2.11.0-Beta2-alpine`, `2.11-alpine`, `2-alpine`, `alpine`][102]



Expand Down

0 comments on commit a538177

Please sign in to comment.