Skip to content

Commit fb9b685

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 64c1742 commit fb9b685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/reference/values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
| developer.localCSPath | string | `"/local_cs_store"` | If set, mount the CS stored localy instead of initializing a default one |
3333
| developer.mountedNodeModuleToInstall | string | `nil` | Node module to install |
3434
| developer.mountedPythonModulesToInstall | list | `[]` | List of packages which are mounted into developer.sourcePath and should be installed with pip install SOURCEPATH/... |
35-
| developer.nodeImage | string | `"node:alpine"` | Image to use for the webapp if nodeModuleToInstall is set |
35+
| developer.nodeImage | string | `"node:24-alpine"` | Image to use for the webapp if nodeModuleToInstall is set |
3636
| developer.nodeWorkspacesDirectories | list | `[]` | List of node workspace directories to manage in the diracx-web container (node_modules) |
3737
| developer.offline | bool | `false` | Make it possible to launch the demo without having an internet connection |
3838
| developer.sourcePath | string | `"/diracx_source"` | Path from which to mount source of DIRACX |

0 commit comments

Comments
 (0)