Skip to content

Commit ba35437

Browse files
authored
UI: Build Dockerfile with Node v14 (#6712)
Node versions >14 throw errors when building and thus do not allow to build the UI. Pinning to v14 allows us to build and run the UI Docker container.
1 parent b2fbe7b commit ba35437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Build example: docker build -t <name> .
1919

20-
FROM node:lts-stretch AS build
20+
FROM node:14-bullseye AS build
2121

2222
MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
2323
LABEL Description="Apache CloudStack UI; Modern role-base progressive UI for Apache CloudStack"

0 commit comments

Comments
 (0)