Skip to content

Commit

Permalink
Upgrade 1.4 Roundcube to 1.4.16 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 11, 2023
1 parent c6745b6 commit e874134
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 1.4/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:7.4-apache

ARG roundcube_ver=1.4.15
ARG roundcube_ver=1.4.16
ARG s6_overlay_ver=3.1.6.2


Expand Down
2 changes: 1 addition & 1 deletion 1.4/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:7.4-fpm-alpine3.16

ARG roundcube_ver=1.4.15
ARG roundcube_ver=1.4.16
ARG s6_overlay_ver=3.1.6.2


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



## [1.4.16-r0] · 2023-12-11
[1.4.16-r0]: /../../tree/1.4.16-r0

[Diff](/../../compare/1.4.15-r3...1.4.16-r0)

### Upgraded

- [Roundcube] 1.4.16: <https://github.com/roundcube/roundcubemail/releases/tag/1.4.16>




## [1.6.5-r4] · 2023-12-01
[1.6.5-r4]: /../../tree/1.6.5-r4

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ ALL_IMAGES := \
1.6/fpm:1.6.5-r4-fpm,1.6.5-fpm,1.6-fpm,1-fpm,fpm \
1.5/apache:1.5.6-r4-apache,1.5.6-apache,1.5-apache \
1.5/fpm:1.5.6-r4-fpm,1.5.6-fpm,1.5-fpm \
1.4/apache:1.4.15-r3-apache,1.4.15-apache,1.4-apache \
1.4/fpm:1.4.15-r3-fpm,1.4.15-fpm,1.4-fpm
1.4/apache:1.4.16-r0-apache,1.4.16-apache,1.4-apache \
1.4/fpm:1.4.16-r0-fpm,1.4.16-fpm,1.4-fpm
# <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 @@ -21,8 +21,8 @@ Roundcube Webmail Docker image
- [`1.6.5-r4-fpm`, `1.6.5-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.5.6-r4-apache`, `1.5.6-apache`, `1.5-apache`][103]
- [`1.5.6-r4-fpm`, `1.5.6-fpm`, `1.5-fpm`][104]
- [`1.4.15-r3-apache`, `1.4.15-apache`, `1.4-apache`][105]
- [`1.4.15-r3-fpm`, `1.4.15-fpm`, `1.4-fpm`][106]
- [`1.4.16-r0-apache`, `1.4.16-apache`, `1.4-apache`][105]
- [`1.4.16-r0-fpm`, `1.4.16-fpm`, `1.4-fpm`][106]



Expand Down

0 comments on commit e874134

Please sign in to comment.