diff --git a/1.5/apache/Dockerfile b/1.5/apache/Dockerfile index 52a5262..d8ab13a 100644 --- a/1.5/apache/Dockerfile +++ b/1.5/apache/Dockerfile @@ -4,7 +4,7 @@ # https://hub.docker.com/_/php FROM php:8.2-apache -ARG roundcube_ver=1.5.6 +ARG roundcube_ver=1.5.7 ARG s6_overlay_ver=3.1.6.2 diff --git a/1.5/fpm/Dockerfile b/1.5/fpm/Dockerfile index d18ca52..9ab2fa3 100644 --- a/1.5/fpm/Dockerfile +++ b/1.5/fpm/Dockerfile @@ -4,7 +4,7 @@ # https://hub.docker.com/_/php FROM php:8.2-fpm-alpine3.19 -ARG roundcube_ver=1.5.6 +ARG roundcube_ver=1.5.7 ARG s6_overlay_ver=3.1.6.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index d0fa19f..bfc6de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,10 +18,14 @@ All user visible changes to this project will be documented in this file. This p -## [1.5.6-r6] · 2024-??-?? (unreleased) -[1.5.6-r6]: /../../tree/1.5.6-r6 +## [1.5.7-r0] · 2024-05-20 +[1.5.7-r0]: /../../tree/1.5.7-r0 + +[Diff](/../../compare/1.5.6-r6...1.5.7-r0) + +### Upgraded -[Diff](/../../compare/1.5.6-r6...) +- [Roundcube] 1.5.7: ### Security updated diff --git a/Makefile b/Makefile index 0297efc..bfc3f03 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ REGISTRIES := $(strip $(subst $(comma), ,\ ALL_IMAGES := \ 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 + 1.5/apache:1.5.7-r0-apache,1.5.7-apache,1.5-apache \ + 1.5/fpm:1.5.7-r0-fpm,1.5.7-fpm,1.5-fpm # :,,,... # Default is first image from ALL_IMAGES list. diff --git a/README.md b/README.md index 7188fba..4528f42 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Roundcube Webmail Docker image - [`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] +- [`1.5.7-r0-apache`, `1.5.7-apache`, `1.5-apache`][103] +- [`1.5.7-r0-fpm`, `1.5.7-fpm`, `1.5-fpm`][104]