misc: Pin Node version to v20

Avoid the stack being automatically upgraded to a new Node version, when
a different LTS is released.
This commit is contained in:
Michael Manganiello
2024-08-16 10:18:03 -03:00
parent 0b77c70a93
commit 0c3afc0ebc

View File

@@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.20
ARG NGINX_VERSION=1.27.1
ARG NODE_VERSION=lts
ARG NODE_VERSION=20.16
ARG PYTHON_VERSION=3.12
# Build frontend