chore: use lts alpine
This commit is contained in:
parent
31cc7defe0
commit
dfc803d1c8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:lts AS base
|
FROM node:lts-alpine AS base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
|
|
Loading…
Add table
Reference in a new issue