Skip to content

Commit 02e1e28

Browse files
authored
Merge pull request #3191 from DSpace/backport-3186-to-dspace-8_x
[Port dspace-8_x] Docker build: fix FromAsCasing warning
2 parents 4fca4de + c7489d1 commit 02e1e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Test build:
55
# docker build -f Dockerfile.dist -t dspace/dspace-angular:latest-dist .
66

7-
FROM node:18-alpine as build
7+
FROM node:18-alpine AS build
88

99
# Ensure Python and other build tools are available
1010
# These are needed to install some node modules, especially on linux/arm64

0 commit comments

Comments
 (0)