[Workavia] Pin Node 22 in tdrive-node Dockerfile (config@2.x breaks on 24)

This commit is contained in:
stanig2106
2026-05-02 18:40:08 +02:00
parent 3ea5df52fe
commit ba4aac2d8b
+4 -1
View File
@@ -1,5 +1,8 @@
# Common node machine
FROM node:lts-alpine AS node-base
# [Workavia] Pinned to Node 22 (was `node:lts-alpine`). Node 24 broke
# the `config` package (Utils.isRegExp removed) — until tdrive bumps
# their `config` dep, we stay on 22 LTS.
FROM node:22-alpine AS node-base
### Install dependencies
RUN apk add --update-cache \