mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 19:55:59 +08:00
bump default NodeJS version to 20 LTS (#2061)
This commit is contained in:
parent
6c28e1e69a
commit
dc8a8af117
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 20
|
||||
cache: yarn
|
||||
cache-dependency-path: ./web/package.json
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# base image
|
||||
FROM node:18.17.0-alpine AS base
|
||||
FROM node:20.11.0-alpine AS base
|
||||
|
||||
# install packages
|
||||
FROM base as packages
|
||||
@ -46,4 +46,4 @@ ARG COMMIT_SHA
|
||||
ENV COMMIT_SHA ${COMMIT_SHA}
|
||||
|
||||
EXPOSE 3000
|
||||
ENTRYPOINT ["/bin/sh", "./entrypoint.sh"]
|
||||
ENTRYPOINT ["/bin/sh", "./entrypoint.sh"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user