[Workavia] Pin Node 22 in tdrive-node Dockerfile (config@2.x breaks on 24)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user