Update Dockerfile

This commit is contained in:
2026-01-17 15:33:40 +00:00
committed by GitHub
parent ee4b33444d
commit 1ffd54eb74

View File

@@ -1,4 +1,4 @@
FROM node:20-slim AS builder
FROM node:lts-trixie AS builder
WORKDIR /app