chore: use lts alpine

This commit is contained in:
Lio 2025-08-20 12:31:24 +02:00
parent 31cc7defe0
commit dfc803d1c8

View file

@ -1,4 +1,4 @@
FROM node:lts AS base
FROM node:lts-alpine AS base
WORKDIR /app
COPY package.json package-lock.json ./