Skip to content

Commit

Permalink
fix FromAsCasing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaszott authored Jul 17, 2024
1 parent ac43ec4 commit bed2396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ARG JDK_VERSION=17

# 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
Expand Down

0 comments on commit bed2396

Please sign in to comment.