Skip to content

Commit

Permalink
Upgrade FCREPO to 6.2.0 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahwsmith authored Jul 4, 2022
1 parent 2778b47 commit 8d1b171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fcrepo6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ARG alpine=3.15.0
FROM --platform=$BUILDPLATFORM ${repository}/download:${tag} AS download

RUN --mount=type=cache,id=fcrepo6-downloads,sharing=locked,target=/opt/downloads \
FCREPO_VERSION="6.0.0" && \
FCREPO_VERSION="6.2.0" && \
FCREPO_FILE="fcrepo-webapp-${FCREPO_VERSION}.war" && \
FCREPO_URL="https://github.com/fcrepo/fcrepo/releases/download/fcrepo-${FCREPO_VERSION}/${FCREPO_FILE}" && \
FCREPO_SHA256="08f173101f5943c0590ecc15f494b2a68e5e6a985be3fe79c80ec886dc9557b2" && \
FCREPO_SHA256="edd4cb53366d6bd06d383f41de5d687000abaeb97b9052d8476fe8e22f8c51ee" && \
download.sh --url "${FCREPO_URL}" --sha256 "${FCREPO_SHA256}" "${DOWNLOAD_CACHE_DIRECTORY}" && \
install-war-into-tomcat.sh --name "fcrepo" --file "${DOWNLOAD_CACHE_DIRECTORY}/${FCREPO_FILE}" && \
SYN_VERSION="1.1.0" && \
Expand Down

0 comments on commit 8d1b171

Please sign in to comment.