We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543f93d commit 84d244eCopy full SHA for 84d244e
Dockerfile.cli
@@ -13,7 +13,7 @@ ARG DSPACE_VERSION=latest
13
# ARG DOCKER_REGISTRY=docker.io
14
15
# Step 1 - Run Maven Build
16
-# FROM ${DOCKER_REGISTRY}/dspace/dspace-dependencies:${DSPACE_VERSION} AS build
+# FROM techlib/dspace-dependencies:${DSPACE_VERSION} AS build
17
FROM techlib/dspace-dependencies:${DSPACE_VERSION} AS build
18
ARG TARGET_DIR=dspace-installer
19
WORKDIR /app
0 commit comments