docker node version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Dockerfile that builds the web app only
|
||||
ARG NODE_VERSION=20
|
||||
ARG NODE_VERSION=20.15.1
|
||||
FROM --platform=linux/amd64 node:${NODE_VERSION}-slim AS base
|
||||
|
||||
ARG DATABASE_URL
|
||||
|
||||
Reference in New Issue
Block a user