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