Skip to content
Snippets Groups Projects
Commit 7a4f5cfd authored by godog's avatar godog
Browse files

Roundcube 1.4.4

parent 2deeb901
Branches
No related tags found
No related merge requests found
Pipeline #6663 passed
FROM debian:stable AS build
ENV RC_VERSION=1.4.3
ENV RC_VERSION=1.4.4
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
......
# Which Roundcube version to install.
RC_VERSION = 1.4.3
RC_VERSION = 1.4.4
TARGET = ./build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment