Skip to content

Commit 2fa8fd4

Browse files
committed
Address comments
1 parent b99b3b4 commit 2fa8fd4

5 files changed

Lines changed: 33902 additions & 25233 deletions

File tree

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:14-bullseye AS build
20+
FROM node:24-bullseye AS build
2121

2222
LABEL Description="Apache CloudStack UI; Modern role-base progressive UI for Apache CloudStack"
2323
LABEL Vendor="Apache.org"

ui/node-options-wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
# even start with it set in NODE_OPTIONS, so only add it when needed.
2323
NODE_MAJOR=$(node -p "process.versions.node.split('.')[0]")
2424
if [ "$NODE_MAJOR" -ge 17 ]; then
25-
export NODE_OPTIONS="--openssl-legacy-provider ${NODE_OPTIONS}"
25+
export NODE_OPTIONS="--openssl-legacy-provider${NODE_OPTIONS:+ ${NODE_OPTIONS}}"
2626
fi
2727
exec "$@"

0 commit comments

Comments
 (0)