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 f21c70f commit 3f71622Copy full SHA for 3f71622
deploy/docker/Dockerfile
@@ -108,7 +108,7 @@ CMD [ "/bin/sh", "/lowcoder/node-service/entrypoint.sh" ]
108
##
109
## Build lowcoder client application
110
111
-FROM node:20.2-slim AS build-client
+FROM node:22.1-slim AS build-client
112
113
# curl is required for yarn build to succeed, because it calls it while building client
114
RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates
0 commit comments