File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ VOLUME /var/roundcube/config
24
24
VOLUME /tmp/roundcube-temp
25
25
26
26
# Define Roundcubemail version
27
- ENV ROUNDCUBEMAIL_VERSION 1.3.4
27
+ ENV ROUNDCUBEMAIL_VERSION 1.3.6
28
28
29
29
# Download package and extract to web volume
30
30
RUN curl -o roundcubemail.tar.gz -SL https://github.com/roundcube/roundcubemail/releases/download/${ROUNDCUBEMAIL_VERSION}/roundcubemail-${ROUNDCUBEMAIL_VERSION}-complete.tar.gz \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ VOLUME /var/roundcube/config
21
21
VOLUME /var/www/html
22
22
23
23
# Define Roundcubemail version
24
- ENV ROUNDCUBEMAIL_VERSION 1.3.4
24
+ ENV ROUNDCUBEMAIL_VERSION 1.3.6
25
25
26
26
# Download package and extract to web volume
27
27
RUN curl -o roundcubemail.tar.gz -SL https://github.com/roundcube/roundcubemail/releases/download/${ROUNDCUBEMAIL_VERSION}/roundcubemail-${ROUNDCUBEMAIL_VERSION}-complete.tar.gz \
You can’t perform that action at this time.
0 commit comments