diff --git a/interop/Dockerfile b/interop/Dockerfile index de4e131fcc..225c55b653 100644 --- a/interop/Dockerfile +++ b/interop/Dockerfile @@ -1,6 +1,6 @@ # Here because we want to fetch the node_modules within docker so that it's # installed on the same platform the test is run. Otherwise tools like `esbuild` will fail to run -FROM node:22-bullseye-slim +FROM node:lts WORKDIR /app