Explorar el Código

fix: 更新dockfile node版本

Before hace 7 meses
padre
commit
90bb5879e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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