We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f2b6b commit f7a94a2Copy full SHA for f7a94a2
interop/Dockerfile
@@ -1,6 +1,6 @@
1
# Here because we want to fetch the node_modules within docker so that it's
2
# installed on the same platform the test is run. Otherwise tools like `esbuild` will fail to run
3
-FROM node:22-bullseye-slim
+FROM node:lts
4
5
WORKDIR /app
6
0 commit comments