Skip to content

Commit

Permalink
Upgrade 1.4 Roundcube to 1.4.13 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 3, 2022
1 parent 1cb103a commit 9d991da
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.12
ARG roundcube_ver=1.4.13
ARG s6_overlay_ver=2.2.0.3

LABEL org.opencontainers.image.source="\
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.15

ARG roundcube_ver=1.4.12
ARG roundcube_ver=1.4.13
ARG s6_overlay_ver=2.2.0.3

LABEL org.opencontainers.image.source="\
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.13-r0] · 2022-01-03
[1.4.13-r0]: /../../tree/1.4.13-r0

[Diff](/../../compare/1.4.12-r1...1.4.13-r0)

### Upgraded

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




## [1.5.1-r1] · 2021-11-30
[1.5.1-r1]: /../../tree/1.5.1-r1

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ NAME := roundcube
ALL_IMAGES := \
1.5/apache:1.5.1-r1-apache,1.5.1-apache,1.5-apache,1-apache,apache,latest \
1.5/fpm:1.5.1-r1-fpm,1.5.1-fpm,1.5-fpm,1-fpm,fpm \
1.4/apache:1.4.12-r1-apache,1.4.12-apache,1.4-apache \
1.4/fpm:1.4.12-r1-fpm,1.4.12-fpm,1.4-fpm \
1.4/apache:1.4.13-r0-apache,1.4.13-apache,1.4-apache \
1.4/fpm:1.4.13-r0-fpm,1.4.13-fpm,1.4-fpm \
1.3/apache:1.3.17-r1-apache,1.3.17-apache,1.3-apache \
1.3/fpm:1.3.17-r1-fpm,1.3.17-fpm,1.3-fpm
# <Dockerfile>:<version>,<tag1>,<tag2>,...
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Roundcube Webmail Docker image

- [`1.5.1-r1-apache`, `1.5.1-apache`, `1.5-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.5.1-r1-fpm`, `1.5.1-fpm`, `1.5-fpm`, `1-fpm`, `fpm`][102]
- [`1.4.12-r1-apache`, `1.4.12-apache`, `1.4-apache`][103]
- [`1.4.12-r1-fpm`, `1.4.12-fpm`, `1.4-fpm`][104]
- [`1.4.13-r0-apache`, `1.4.13-apache`, `1.4-apache`][103]
- [`1.4.13-r0-fpm`, `1.4.13-fpm`, `1.4-fpm`][104]
- [`1.3.17-r1-apache`, `1.3.17-apache`, `1.3-apache`][105]
- [`1.3.17-r1-fpm`, `1.3.17-fpm`, `1.3-fpm`][106]

Expand Down

0 comments on commit 9d991da

Please sign in to comment.