[fix] devcontainers: missing Valkey package (#4997)

Use specific branch as `valkey-server` package is only available in trixie and bookworm backports.

Reported https://github.com/searxng/searxng/discussions/4995
Closes https://github.com/searxng/searxng/issues/4996
This commit is contained in:
Ivan Gabaldon
2025-07-11 16:51:58 +02:00
committed by GitHub
parent d8c74c830b
commit 9149175ff2
2 changed files with 23 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
{
"build": {
"args": {
"DEBIAN_CODENAME": "bookworm",
},
"dockerfile": "Dockerfile"
},
"features": {