Skip to content

Commit e71a1ac

Browse files
build(deps): bump node from 20.2-slim to 21.2-slim in /deploy/docker
Bumps node from 20.2-slim to 21.2-slim. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa9a3e1 commit e71a1ac

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
@@ -123,7 +123,7 @@ CMD [ "/bin/sh", "/lowcoder/node-service/entrypoint.sh" ]
123123
##
124124
## Build lowcoder client application
125125
##
126-
FROM node:20.2-slim AS build-client
126+
FROM node:21.2-slim AS build-client
127127
COPY ./client /lowcoder-client
128128
WORKDIR /lowcoder-client
129129
RUN yarn --immutable

0 commit comments

Comments
 (0)