diff options
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d14cef571..2193e09dc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,8 @@ { "build": { + "args": { + "DEBIAN_CODENAME": "bookworm", + }, "dockerfile": "Dockerfile" }, "features": { |