Skip to content

Commit 1efa886

Browse files
authored
Merge pull request #3186 from saschaszott/patch-24
Docker build: fix FromAsCasing warning
2 parents 941dbe2 + f4fe2b8 commit 1efa886

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)