Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
dc8a8af1
Unverified
Commit
dc8a8af1
authored
Jan 18, 2024
by
Bowen Liang
Committed by
GitHub
Jan 18, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump default NodeJS version to 20 LTS (#2061)
parent
6c28e1e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
style.yml
.github/workflows/style.yml
+1
-1
Dockerfile
web/Dockerfile
+2
-2
No files found.
.github/workflows/style.yml
View file @
dc8a8af1
...
@@ -21,7 +21,7 @@ jobs:
...
@@ -21,7 +21,7 @@ jobs:
-
name
:
Setup NodeJS
-
name
:
Setup NodeJS
uses
:
actions/setup-node@v4
uses
:
actions/setup-node@v4
with
:
with
:
node-version
:
18
node-version
:
20
cache
:
yarn
cache
:
yarn
cache-dependency-path
:
./web/package.json
cache-dependency-path
:
./web/package.json
...
...
web/Dockerfile
View file @
dc8a8af1
# base image
# base image
FROM
node:
18.17
.0-alpine AS base
FROM
node:
20.11
.0-alpine AS base
# install packages
# install packages
FROM
base as packages
FROM
base as packages
...
@@ -46,4 +46,4 @@ ARG COMMIT_SHA
...
@@ -46,4 +46,4 @@ ARG COMMIT_SHA
ENV
COMMIT_SHA ${COMMIT_SHA}
ENV
COMMIT_SHA ${COMMIT_SHA}
EXPOSE
3000
EXPOSE
3000
ENTRYPOINT
["/bin/sh", "./entrypoint.sh"]
ENTRYPOINT
["/bin/sh", "./entrypoint.sh"]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment