Skip to content

Commit

Permalink
Upgrade 1.6 Roundcube to 1.6.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 6, 2023
1 parent fdcd583 commit 08e7338
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 1.6/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://hub.docker.com/_/php
FROM php:8.2-apache

ARG roundcube_ver=1.6.4
ARG roundcube_ver=1.6.5
ARG s6_overlay_ver=3.1.5.0


Expand Down
2 changes: 1 addition & 1 deletion 1.6/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://hub.docker.com/_/php
FROM php:8.2-fpm-alpine3.18

ARG roundcube_ver=1.6.4
ARG roundcube_ver=1.6.5
ARG s6_overlay_ver=3.1.5.0


Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ All user visible changes to this project will be documented in this file. This p



## [1.6.4-r0] · 2023-??-??
[1.6.4-r0]: /../../tree/1.6.4-r0
## [1.6.5-r0] · 2023-11-06
[1.6.5-r0]: /../../tree/1.6.5-r0

[Diff](/../../compare/1.6.4-r0...1.6.5-r0)

### Upgraded

[Diff](/../../compare/1.6.4-r0...)
- [Roundcube] 1.6.5: <https://github.com/roundcube/roundcubemail/releases/tag/1.6.5>

### Security updated

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 := \
1.6/apache:1.6.4-r0-apache,1.6.4-apache,1.6-apache,1-apache,apache,latest \
1.6/fpm:1.6.4-r0-fpm,1.6.4-fpm,1.6-fpm,1-fpm,fpm \
1.6/apache:1.6.5-r0-apache,1.6.5-apache,1.6-apache,1-apache,apache,latest \
1.6/fpm:1.6.5-r0-fpm,1.6.5-fpm,1.6-fpm,1-fpm,fpm \
1.5/apache:1.5.6-r0-apache,1.5.6-apache,1.5-apache \
1.5/fpm:1.5.6-r0-fpm,1.5.6-fpm,1.5-fpm \
1.4/apache:1.4.15-r0-apache,1.4.15-apache,1.4-apache \
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 @@ Roundcube Webmail Docker image

## Supported tags and respective `Dockerfile` links

- [`1.6.4-r0-apache`, `1.6.4-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.6.4-r0-fpm`, `1.6.4-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.6.5-r0-apache`, `1.6.5-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.6.5-r0-fpm`, `1.6.5-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.5.6-r0-apache`, `1.5.6-apache`, `1.5-apache`][103]
- [`1.5.6-r0-fpm`, `1.5.6-fpm`, `1.5-fpm`][104]
- [`1.4.15-r0-apache`, `1.4.15-apache`, `1.4-apache`][105]
Expand Down

0 comments on commit 08e7338

Please sign in to comment.