Skip to content

Commit a38547b

Browse files
committed
Upgrade Roundcube to 1.4.9 version
1 parent 1e4c188 commit a38547b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

1.4/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://hub.docker.com/_/php
55
FROM php:7.4-apache
66

7-
ARG roundcube_ver=1.4.8
7+
ARG roundcube_ver=1.4.9
88

99
# Install s6-overlay
1010
RUN curl -fL -o /tmp/s6-overlay.tar.gz \

1.4/apache/hooks/post_push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tagStart=$(expr index "$IMAGE_NAME" :)
99
repoName=${IMAGE_NAME:0:tagStart-1}
1010

1111
# Tag and push image for each additional tag
12-
for tag in {1.4.8-apache,1.4-apache,1-apache,apache,latest}; do
12+
for tag in {1.4.9-apache,1.4-apache,1-apache,apache,latest}; do
1313
docker tag $IMAGE_NAME ${repoName}:${tag}
1414
docker push ${repoName}:${tag}
1515
done

1.4/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://hub.docker.com/_/php
55
FROM php:7.4-fpm-alpine
66

7-
ARG roundcube_ver=1.4.8
7+
ARG roundcube_ver=1.4.9
88

99
# Install s6-overlay
1010
RUN curl -fL -o /tmp/s6-overlay.tar.gz \

1.4/fpm/hooks/post_push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tagStart=$(expr index "$IMAGE_NAME" :)
99
repoName=${IMAGE_NAME:0:tagStart-1}
1010

1111
# Tag and push image for each additional tag
12-
for tag in {1.4.8-fpm,1.4-fpm,1-fpm,fpm}; do
12+
for tag in {1.4.9-fpm,1.4-fpm,1-fpm,fpm}; do
1313
docker tag $IMAGE_NAME ${repoName}:${tag}
1414
docker push ${repoName}:${tag}
1515
done

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ eq = $(if $(or $(1),$(2)),$(and $(findstring $(1),$(2)),\
1818

1919
IMAGE_NAME := instrumentisto/roundcube
2020
ALL_IMAGES := \
21-
1.4/apache:1.4.8-apache,1.4-apache,1-apache,apache,latest \
22-
1.4/fpm:1.4.8-fpm,1.4-fpm,1-fpm,fpm \
21+
1.4/apache:1.4.9-apache,1.4-apache,1-apache,apache,latest \
22+
1.4/fpm:1.4.9-fpm,1.4-fpm,1-fpm,fpm \
2323
1.3/apache:1.3.15-apache,1.3-apache \
2424
1.3/fpm:1.3.15-fpm,1.3-fpm
2525
# <Dockerfile>:<version>,<tag1>,<tag2>,...

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Roundcube Webmail Docker Image
88

99
## Supported tags and respective `Dockerfile` links
1010

11-
- [`1.4.8-apache`, `1.4-apache`, `1-apache`, `apache`, `latest`][101]
12-
- [`1.4.8-fpm`, `1.4-fpm`, `1-fpm`, `fpm`][102]
11+
- [`1.4.9-apache`, `1.4-apache`, `1-apache`, `apache`, `latest`][101]
12+
- [`1.4.9-fpm`, `1.4-fpm`, `1-fpm`, `fpm`][102]
1313
- [`1.3.15-apache`, `1.3-apache`][103]
1414
- [`1.3.15-fpm`, `1.3-fpm`][104]
1515

0 commit comments

Comments
 (0)