From f7f279c5ed0a6bfaacbcc614ed59cebd9eeefeae Mon Sep 17 00:00:00 2001 From: Sascha Szott Date: Wed, 17 Jul 2024 15:42:48 +0200 Subject: [PATCH] fix FromAsCasing warning (cherry picked from commit f4fe2b8632ea277a86bc29f764aca13a4e921e1c) --- Dockerfile.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dist b/Dockerfile.dist index 2a6a66fc06..641c765cf2 100644 --- a/Dockerfile.dist +++ b/Dockerfile.dist @@ -4,7 +4,7 @@ # Test build: # docker build -f Dockerfile.dist -t dspace/dspace-angular:dspace-7_x-dist . -FROM node:18-alpine as build +FROM node:18-alpine AS build # Ensure Python and other build tools are available # These are needed to install some node modules, especially on linux/arm64