Skip to content

Commit

Permalink
Update Alpine to 3.21.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 9, 2025
1 parent 117cfe5 commit 605e0e1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 8 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ All user visible changes to this project will be documented in this file. This p



## [1.6.9-r5] · 2025-01-09
[1.6.9-r5]: /../../tree/1.6.9-r5

[Diff](/../../compare/1.6.9-r4...1.6.9-r5)

### Security updated

- [Alpine Linux] 3.21.2: <https://github.com/docker-library/official-images/commit/824cefde693b820f783266fda449588ca583a1b0>




## [1.5.9-r5] · 2025-01-09
[1.5.9-r5]: /../../tree/1.5.9-r5

[Diff](/../../compare/1.5.9-r4...1.5.9-r5)

### Security updated

- [Alpine Linux] 3.21.2: <https://github.com/docker-library/official-images/commit/824cefde693b820f783266fda449588ca583a1b0>




## [1.6.9-r4] · 2025-01-08
[1.6.9-r4]: /../../tree/1.6.9-r4

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-r4-apache,1.6.9-apache,1.6-apache,1-apache,apache,latest \
1.6/fpm:1.6.9-r4-fpm,1.6.9-fpm,1.6-fpm,1-fpm,fpm \
1.5/apache:1.5.9-r4-apache,1.5.9-apache,1.5-apache \
1.5/fpm:1.5.9-r4-fpm,1.5.9-fpm,1.5-fpm
1.6/apache:1.6.9-r5-apache,1.6.9-apache,1.6-apache,1-apache,apache,latest \
1.6/fpm:1.6.9-r5-fpm,1.6.9-fpm,1.6-fpm,1-fpm,fpm \
1.5/apache:1.5.9-r5-apache,1.5.9-apache,1.5-apache \
1.5/fpm:1.5.9-r5-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-r4-apache`, `1.6.9-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.6.9-r4-fpm`, `1.6.9-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.5.9-r4-apache`, `1.5.9-apache`, `1.5-apache`][103]
- [`1.5.9-r4-fpm`, `1.5.9-fpm`, `1.5-fpm`][104]
- [`1.6.9-r5-apache`, `1.6.9-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.6.9-r5-fpm`, `1.6.9-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.5.9-r5-apache`, `1.5.9-apache`, `1.5-apache`][103]
- [`1.5.9-r5-fpm`, `1.5.9-fpm`, `1.5-fpm`][104]



Expand Down

0 comments on commit 605e0e1

Please sign in to comment.