Skip to content

Commit 84d244e

Browse files
authored
removed ${DOCKER_REGISTRY} and updated repository location
1 parent 543f93d commit 84d244e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG DSPACE_VERSION=latest
1313
# ARG DOCKER_REGISTRY=docker.io
1414

1515
# Step 1 - Run Maven Build
16-
# FROM ${DOCKER_REGISTRY}/dspace/dspace-dependencies:${DSPACE_VERSION} AS build
16+
# FROM techlib/dspace-dependencies:${DSPACE_VERSION} AS build
1717
FROM techlib/dspace-dependencies:${DSPACE_VERSION} AS build
1818
ARG TARGET_DIR=dspace-installer
1919
WORKDIR /app

0 commit comments

Comments
 (0)