mirror of
https://github.com/jarvis2f/vortex.git
synced 2024-11-16 03:32:41 +08:00
chore: Update base image to node:20-alpine3.18 in Dockerfile
This commit is contained in:
parent
3ace305a67
commit
7b90c9021b
|
@ -1,4 +1,4 @@
|
||||||
FROM node:20-alpine AS base
|
FROM node:20-alpine3.18 AS base
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in New Issue
Block a user