Skip to content

Commit

Permalink
Update Alpine to 3.19.1 version to fix CVE-2023-6129, CVE-2023-6237 and
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 29, 2024
1 parent b262639 commit 4fbe836
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,26 @@ All user visible changes to this project will be documented in this file. This p



## [1.5.6-r5] · 2024-??-?? (unreleased)
[1.5.6-r5]: /../../tree/1.5.6-r5
## [1.6.6-r1] · 2024-01-29
[1.6.6-r1]: /../../tree/1.6.6-r1

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

### Security updated

- [Alpine Linux] 3.19.1: <https://github.com/docker-library/official-images/commit/a5a02e00e489cfaa9dc8056755cd00abe7d0f646>




## [1.5.6-r6] · 2024-01-29
[1.5.6-r6]: /../../tree/1.5.6-r6

[Diff](/../../compare/1.5.6-r5...)
[Diff](/../../compare/1.5.6-r5...1.5.6-r6)

### Security updated

- [Alpine Linux] 3.19.1: <https://github.com/docker-library/official-images/commit/a5a02e00e489cfaa9dc8056755cd00abe7d0f646>
- [Debian Linux] "bookworm" 20240110 (12.4): <https://github.com/docker-library/official-images/commit/06237a1cf18ad130b442a864854804c1a534ff29>


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.6-r0-apache,1.6.6-apache,1.6-apache,1-apache,apache,latest \
1.6/fpm:1.6.6-r0-fpm,1.6.6-fpm,1.6-fpm,1-fpm,fpm \
1.5/apache:1.5.6-r5-apache,1.5.6-apache,1.5-apache \
1.5/fpm:1.5.6-r5-fpm,1.5.6-fpm,1.5-fpm
1.6/apache:1.6.6-r1-apache,1.6.6-apache,1.6-apache,1-apache,apache,latest \
1.6/fpm:1.6.6-r1-fpm,1.6.6-fpm,1.6-fpm,1-fpm,fpm \
1.5/apache:1.5.6-r6-apache,1.5.6-apache,1.5-apache \
1.5/fpm:1.5.6-r6-fpm,1.5.6-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.6-r0-apache`, `1.6.6-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.6.6-r0-fpm`, `1.6.6-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.5.6-r5-apache`, `1.5.6-apache`, `1.5-apache`][103]
- [`1.5.6-r5-fpm`, `1.5.6-fpm`, `1.5-fpm`][104]
- [`1.6.6-r1-apache`, `1.6.6-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.6.6-r1-fpm`, `1.6.6-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.5.6-r6-apache`, `1.5.6-apache`, `1.5-apache`][103]
- [`1.5.6-r6-fpm`, `1.5.6-fpm`, `1.5-fpm`][104]



Expand Down

0 comments on commit 4fbe836

Please sign in to comment.