Skip to content

Commit 579491e

Browse files
committed
Update Dockerfile*
should be using our dspace-dependencies
1 parent 19e2b93 commit 579491e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ARG JDK_VERSION=11
99

1010
# Step 1 - Run Maven Build
11-
FROM dataquest/dspace-dependencies:dspace-7_x as build
11+
FROM ufal/dspace-dependencies:dspace-7_x as build
1212
ARG TARGET_DIR=dspace-installer
1313
WORKDIR /app
1414
# The dspace-installer directory will be written to /install

Dockerfile.cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ARG JDK_VERSION=11
99

1010
# Step 1 - Run Maven Build
11-
FROM dataquest/dspace-dependencies:dspace-7_x as build
11+
FROM ufal/dspace-dependencies:dspace-7_x as build
1212
ARG TARGET_DIR=dspace-installer
1313
WORKDIR /app
1414
# The dspace-installer directory will be written to /install

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ARG JDK_VERSION=11
1111

1212
# Step 1 - Run Maven Build
13-
FROM dataquest/dspace-dependencies:dspace-7_x as build
13+
FROM ufal/dspace-dependencies:dspace-7_x as build
1414
ARG TARGET_DIR=dspace-installer
1515
WORKDIR /app
1616
# The dspace-installer directory will be written to /install

0 commit comments

Comments
 (0)