From 630bb1ebb36a0ddc6a4e5c26ab0b1a0bb331ef97 Mon Sep 17 00:00:00 2001 From: "l.feng" <43399351+msclock@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:45:49 +0800 Subject: [PATCH] perf: change devcontainer baseimage to variant 24.04 (#48) Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- .../devcontainer.json.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b9fd25f..d04ac73 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" diff --git a/template/[% if create_devcontainer == true %].devcontainer[% endif %]/devcontainer.json.jinja b/template/[% if create_devcontainer == true %].devcontainer[% endif %]/devcontainer.json.jinja index 73a2fd7..5b7c29b 100644 --- a/template/[% if create_devcontainer == true %].devcontainer[% endif %]/devcontainer.json.jinja +++ b/template/[% if create_devcontainer == true %].devcontainer[% endif %]/devcontainer.json.jinja @@ -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"