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 0a2a946 commit 41a30ba
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,27 @@ All user visible changes to this project will be documented in this file. This p



## [1.6.9-r0] · 2024-??-?? (unreleased)
[1.6.9-r0]: /../../tree/1.6.9-r0
## [1.6.9-r1] · 2024-09-09
[1.6.9-r1]: /../../tree/1.6.9-r1

[Diff](/../../compare/1.6.9-r0...)
[Diff](/../../compare/1.6.9-r0...1.6.9-r1)

### 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>




## [1.5.9-r0] · 2024-??-?? (unreleased)
[1.5.9-r0]: /../../tree/1.5.9-r0
## [1.5.9-r1] · 2024-09-09
[1.5.9-r1]: /../../tree/1.5.9-r1

[Diff](/../../compare/1.5.9-r0...)
[Diff](/../../compare/1.5.9-r0...1.5.9-r1)

### 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
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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-r0-apache,1.6.9-apache,1.6-apache,1-apache,apache,latest \
1.6/fpm:1.6.9-r0-fpm,1.6.9-fpm,1.6-fpm,1-fpm,fpm \
1.5/apache:1.5.9-r0-apache,1.5.9-apache,1.5-apache \
1.5/fpm:1.5.9-r0-fpm,1.5.9-fpm,1.5-fpm
1.6/apache:1.6.9-r1-apache,1.6.9-apache,1.6-apache,1-apache,apache,latest \
1.6/fpm:1.6.9-r1-fpm,1.6.9-fpm,1.6-fpm,1-fpm,fpm \
1.5/apache:1.5.9-r1-apache,1.5.9-apache,1.5-apache \
1.5/fpm:1.5.9-r1-fpm,1.5.9-fpm,1.5-fpm
# <Dockerfile>:<version>,<tag1>,<tag2>,...

# Default is first image from ALL_IMAGES list.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Roundcube Webmail Docker image

## Supported tags and respective `Dockerfile` links

- [`1.6.9-r0-apache`, `1.6.9-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.6.9-r0-fpm`, `1.6.9-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.5.9-r0-apache`, `1.5.9-apache`, `1.5-apache`][103]
- [`1.5.9-r0-fpm`, `1.5.9-fpm`, `1.5-fpm`][104]
- [`1.6.9-r1-apache`, `1.6.9-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.6.9-r1-fpm`, `1.6.9-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.5.9-r1-apache`, `1.5.9-apache`, `1.5-apache`][103]
- [`1.5.9-r1-fpm`, `1.5.9-fpm`, `1.5-fpm`][104]



Expand Down

0 comments on commit 41a30ba

Please sign in to comment.