Skip to content

Commit e619d80

Browse files
committed
Set build version to 1.3.6 (issue #8)
1 parent 19d3bcd commit e619d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php-apache/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ VOLUME /var/roundcube/config
2424
VOLUME /tmp/roundcube-temp
2525

2626
# Define Roundcubemail version
27-
ENV ROUNDCUBEMAIL_VERSION 1.3.4
27+
ENV ROUNDCUBEMAIL_VERSION 1.3.6
2828

2929
# Download package and extract to web volume
3030
RUN curl -o roundcubemail.tar.gz -SL https://github.com/roundcube/roundcubemail/releases/download/${ROUNDCUBEMAIL_VERSION}/roundcubemail-${ROUNDCUBEMAIL_VERSION}-complete.tar.gz \

php-fpm/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ VOLUME /var/roundcube/config
2121
VOLUME /var/www/html
2222

2323
# Define Roundcubemail version
24-
ENV ROUNDCUBEMAIL_VERSION 1.3.4
24+
ENV ROUNDCUBEMAIL_VERSION 1.3.6
2525

2626
# Download package and extract to web volume
2727
RUN curl -o roundcubemail.tar.gz -SL https://github.com/roundcube/roundcubemail/releases/download/${ROUNDCUBEMAIL_VERSION}/roundcubemail-${ROUNDCUBEMAIL_VERSION}-complete.tar.gz \

0 commit comments

Comments
 (0)