mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
fix FromAsCasing warning
This commit is contained in:

committed by
Tim Donohue

parent
9b6b7ded97
commit
e4209d5d0b
@@ -7,7 +7,7 @@
|
||||
ARG JDK_VERSION=11
|
||||
|
||||
# Step 1 - Run Maven Build
|
||||
FROM maven:3-eclipse-temurin-${JDK_VERSION} as build
|
||||
FROM maven:3-eclipse-temurin-${JDK_VERSION} AS build
|
||||
ARG TARGET_DIR=dspace-installer
|
||||
WORKDIR /app
|
||||
# Create the 'dspace' user account & home directory
|
||||
|
Reference in New Issue
Block a user