-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LogicalDOC Open Source Document Management System version 8.5.2 Docker release
- Loading branch information
1 parent
21122e5
commit 607a134
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ FROM openjdk:11-jdk | |
MAINTAINER LogicalDOC <[email protected]> | ||
|
||
# set default variables for LogicalDOC install | ||
ENV LDOC_VERSION="8.4.2" | ||
ENV LDOC_VERSION="8.5.2" | ||
ENV LDOC_MEMORY="2000" | ||
ENV DEBIAN_FRONTEND="noninteractive" | ||
ENV CATALINA_HOME="/opt/logicaldoc/tomcat" | ||
|
@@ -43,7 +43,7 @@ RUN apt-get -y install \ | |
nano | ||
|
||
# Download and unzip LogicalDOC CE installer | ||
RUN curl -L https://sourceforge.net/projects/logicaldoc/files/distribution/LogicalDOC%20CE%208.4/logicaldoc-community-installer-${LDOC_VERSION}.zip/download \ | ||
RUN curl -L https://sourceforge.net/projects/logicaldoc/files/distribution/LogicalDOC%20CE%208.5/logicaldoc-community-installer-${LDOC_VERSION}.zip/download \ | ||
-o /opt/logicaldoc/logicaldoc-community-installer-${LDOC_VERSION}.zip && \ | ||
unzip /opt/logicaldoc/logicaldoc-community-installer-${LDOC_VERSION}.zip -d /opt/logicaldoc && \ | ||
rm /opt/logicaldoc/logicaldoc-community-installer-${LDOC_VERSION}.zip | ||
|