Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
docker
roundcube
Commits
c4ffc7b1
Commit
c4ffc7b1
authored
Jan 02, 2020
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to RC 1.4.2
parent
6d5f2055
Pipeline
#5996
passed with stages
in 3 minutes and 15 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+1
-1
Makefile
Makefile
+1
-1
No files found.
Dockerfile
View file @
c4ffc7b1
FROM
debian:stable AS build
ENV
RC_VERSION=1.4.
1
ENV
RC_VERSION=1.4.
2
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
...
...
Makefile
View file @
c4ffc7b1
# Which Roundcube version to install.
RC_VERSION
=
1.4.
1
RC_VERSION
=
1.4.
2
TARGET
=
./build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment