This commit is contained in:
Terry Brady
2019-09-05 11:04:21 -07:00
parent 17fb867a62
commit ad600a431c

View File

@@ -3,7 +3,7 @@
#
# This version is JDK8 compatible
# - openjdk:8-jdk
# - ANT 1.10.5
# - ANT 1.10.7
# - maven:3-jdk-8
# - note:
# - default tag for branch: dspace/dspace-cli: dspace/dspace-cli:dspace-7_x
@@ -36,7 +36,7 @@ COPY --from=build /install /dspace-src
WORKDIR /dspace-src
# Create the initial install deployment using ANT
ENV ANT_VERSION 1.10.5
ENV ANT_VERSION 1.10.7
ENV ANT_HOME /tmp/ant-$ANT_VERSION
ENV PATH $ANT_HOME/bin:$PATH