Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b13735 commit 2e9ccc3Copy full SHA for 2e9ccc3
‎deploy/docker/Dockerfile
@@ -110,7 +110,7 @@ CMD [ "/bin/sh", "/lowcoder/node-service/entrypoint.sh" ]
110
##
111
## Build lowcoder client application
112
113
-FROM node:20.2-slim AS build-client
+FROM node:23.5-slim AS build-client
114
115
# curl is required for yarn build to succeed, because it calls it while building client
116
RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates
0 commit comments