Skip to content

Commit

Permalink
LogicalDOC OSS DMS 8.5.2 release
Browse files Browse the repository at this point in the history
LogicalDOC Open Source Document Management System version 8.5.2 Docker release
  • Loading branch information
gasparez15 committed Dec 28, 2020
1 parent 21122e5 commit 607a134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM openjdk:11-jdk
MAINTAINER LogicalDOC <packagers@logicaldoc.com>

# 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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 607a134

Please sign in to comment.