Replace all old docker "dspace-7_x" tags with latest

This commit is contained in:
Tim Donohue
2023-07-24 16:10:23 -05:00
parent db6edbf184
commit 08ae7bfdba
7 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ version: "3.7"
services:
dspace-cli:
image: "${DOCKER_OWNER:-dspace}/dspace-cli:${DSPACE_VER:-dspace-7_x}"
image: "${DOCKER_OWNER:-dspace}/dspace-cli:${DSPACE_VER:-latest}"
container_name: dspace-cli
environment:
# Below syntax may look odd, but it is how to override dspace.cfg settings via env variables.