chore: Update base image to node:20-alpine3.18 in Dockerfile

This commit is contained in:
jarvis2f 2024-04-07 21:30:16 +08:00
parent 3ace305a67
commit 7b90c9021b

View File

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