Skip to content

Commit

Permalink
Update Dockerfile*
Browse files Browse the repository at this point in the history
should be using our dspace-dependencies
  • Loading branch information
kosarko committed Aug 29, 2024
1 parent 19e2b93 commit 579491e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ARG JDK_VERSION=11

# Step 1 - Run Maven Build
FROM dataquest/dspace-dependencies:dspace-7_x as build
FROM ufal/dspace-dependencies:dspace-7_x as build
ARG TARGET_DIR=dspace-installer
WORKDIR /app
# The dspace-installer directory will be written to /install
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ARG JDK_VERSION=11

# Step 1 - Run Maven Build
FROM dataquest/dspace-dependencies:dspace-7_x as build
FROM ufal/dspace-dependencies:dspace-7_x as build
ARG TARGET_DIR=dspace-installer
WORKDIR /app
# The dspace-installer directory will be written to /install
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ARG JDK_VERSION=11

# Step 1 - Run Maven Build
FROM dataquest/dspace-dependencies:dspace-7_x as build
FROM ufal/dspace-dependencies:dspace-7_x as build
ARG TARGET_DIR=dspace-installer
WORKDIR /app
# The dspace-installer directory will be written to /install
Expand Down

0 comments on commit 579491e

Please sign in to comment.