Skip to content

Commit

Permalink
Bump node from 20.2-slim to 23.3-slim in /deploy/docker
Browse files Browse the repository at this point in the history
Bumps node from 20.2-slim to 23.3-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 18e2917 commit 56a6a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ CMD [ "/bin/sh", "/lowcoder/node-service/entrypoint.sh" ]
##
## Build lowcoder client application
##
FROM node:20.2-slim AS build-client
FROM node:23.3-slim AS build-client

# curl is required for yarn build to succeed, because it calls it while building client
RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates
Expand Down

0 comments on commit 56a6a06

Please sign in to comment.