upgrade node in dockerfile
This commit is contained in:
parent
a224be6593
commit
803c9ff391
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue