Browse Source

fix: 更新dockfile node版本

Before 7 months ago
parent
commit
90bb5879e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM node:20-alpine AS base
+FROM node:23.3.0-alpine AS base
 
 FROM base AS deps
 WORKDIR /app