I updated my container and it installed:
k6 --version
k6 v1.5.0 (commit/7961cefa12, go1.25.5, linux/amd64)
It told me redis was no longer experimental, so I replaced experimental with x, but now I get this all the time, it works but I suspect I’m running v1.4.2 and not v1.5.0
```
k6 run nordlink/nordlink-activateDay.js
INFO[0000] Automatic extension resolution is enabled. The current k6 binary doesn’t satisfy all dependencies, it’s required to provision a custom binary. deps=k6/x/redis
INFO[0000] A new k6 binary has been provisioned with version(s): k6:v1.4.2 k6/x/redis:v0.3.6
```
This is a minimalistic container, so I do not like to install the entire go toolchain and compile everything. docker scout reports some CWEs when I drag inn all dependencies for compiling go.