mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
DS-4336
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user