Skip to content

Commit

Permalink
fcrepo 6.4.1 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 7, 2023
1 parent f6813a2 commit 098aa3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fcrepo6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
FROM tomcat

ARG TARGETARCH
ARG FCREPO_VERSION="6.4.0"
ARG FCREPO_VERSION="6.4.1"
ARG FCREPO_FILE="fcrepo-webapp-${FCREPO_VERSION}.war"
ARG FCREPO_URL="https://github.com/fcrepo/fcrepo/releases/download/fcrepo-${FCREPO_VERSION}/${FCREPO_FILE}"
ARG FCREPO_SHA256="50c4300b71a16e644ea0f2fec0a888ff9ae9f3a4a295a54e9c09cd213483028f"
ARG FCREPO_SHA256="df3cb7bbaed1b0408afe0103adce4b65d2e3e0d87fec4c86ece26598763929c2"

ARG SYN_VERSION="1.1.0"
ARG SYN_FILE="islandora-syn-${SYN_VERSION}-all.jar"
Expand Down
2 changes: 1 addition & 1 deletion fcrepo6/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fcrepo

Docker image for [Fcrepo] version 6.4.0.
Docker image for [Fcrepo] version 6.4.1.

Please refer to the [Fcrepo Documentation] for more in-depth information.

Expand Down

0 comments on commit 098aa3a

Please sign in to comment.