Skip to content

Commit

Permalink
perf: change devcontainer baseimage to variant 24.04 (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: l.feng <[email protected]>
  • Loading branch information
msclock authored Dec 6, 2024
1 parent 99bbf2b commit 630bb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// https://github.com/devcontainers/images/tree/main/src/base-ubuntu
{
"name": "ss-pybind11",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
"capAdd": [
// Enable ptrace-based debugging for C++
"SYS_PTRACE"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// https://github.com/devcontainers/images/tree/main/src/base-ubuntu
{
"name": "{{ repo_name }}",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
"capAdd": [
// Enable ptrace-based debugging for C++
"SYS_PTRACE"
Expand Down

0 comments on commit 630bb1e

Please sign in to comment.