Skip to content
Snippets Groups Projects
Commit 3743f795 authored by ale's avatar ale
Browse files

Upgrade RC to version 1.4.0

parent d2af73db
No related branches found
No related tags found
No related merge requests found
FROM debian:stable AS build FROM debian:stable AS build
ENV RC_VERSION=1.3.10 ENV RC_VERSION=1.4.0
ADD . /build ADD . /build
RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get -qy install --no-install-recommends bash curl make patch rsync default-jre-headless wget unzip RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get -qy install --no-install-recommends bash curl make patch rsync default-jre-headless wget unzip
......
LICENSE 0 → 100644
This diff is collapsed.
# Which Roundcube version to install. # Which Roundcube version to install.
RC_VERSION = 1.3.10 RC_VERSION = 1.4.0
TARGET = ./build TARGET = ./build
......
...@@ -16,7 +16,7 @@ umask 022 ...@@ -16,7 +16,7 @@ umask 022
# External plugins to install. # External plugins to install.
EXTERNAL_PLUGINS=( EXTERNAL_PLUGINS=(
sauserprefs="https://github.com/JohnDoh/Roundcube-Plugin-SpamAssassin-User-Prefs-SQL/archive/1.17.1.tar.gz" sauserprefs="https://github.com/JohnDoh/Roundcube-Plugin-SpamAssassin-User-Prefs-SQL/archive/1.18.tar.gz"
) )
# Install directory. # Install directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment