upgrade node in dockerfile

This commit is contained in:
Arthur Belleville 2025-11-14 09:04:08 +01:00
parent a224be6593
commit 803c9ff391
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
# ==============================================================================
# NOTE: This Dockerfile should be built from the monorepo root, not from apps/api
# Build command: docker build -f apps/api/Dockerfile -t xtablo-api .
FROM node:18-alpine AS base
FROM node:20-alpine AS base
# Build argument for NODE_ENV
ARG NODE_ENV=production