Skip to content

Commit

Permalink
fix: 🐛 修复node版本和hono兼容性问题
Browse files Browse the repository at this point in the history
  • Loading branch information
danni-cool committed Feb 24, 2024
1 parent 42bfbdc commit bacb11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV WINEPREFIX=/home/docker/.wine
ENV HOME=/home/docker/
ENV NOVNC_HOME=/usr/libexec/noVNCdim
# 设置 Node.js 版本
ENV NODE_VERSION 18.20.0
ENV NODE_VERSION 18.14.1
# 设置环境变量
ENV PATH="/usr/local/lib/nodejs/node-v$NODE_VERSION-linux-x64/bin:${PATH}"

Expand Down

0 comments on commit bacb11f

Please sign in to comment.