Skip to content

Commit 880449d

Browse files
Bump node from 20.2-slim to 21.6-slim in /deploy/docker
Bumps node from 20.2-slim to 21.6-slim. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16e8b29 commit 880449d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ CMD [ "/bin/sh", "/lowcoder/node-service/entrypoint.sh" ]
110110
##
111111
## Build lowcoder client application
112112
##
113-
FROM node:20.2-slim AS build-client
113+
FROM node:21.6-slim AS build-client
114114
COPY ./client /lowcoder-client
115115
WORKDIR /lowcoder-client
116116
RUN yarn --immutable

0 commit comments

Comments
 (0)