We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9dee9 commit b52964fCopy full SHA for b52964f
template/.devcontainer/devcontainer.json.jinja
@@ -1,6 +1,6 @@
1
{
2
"name": "{{ project_name }}",
3
- "image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
4
"features": {
5
"ghcr.io/guiyomh/features/just:0.1.0": { "version": "1.42.4" }{% if python %},
6
"ghcr.io/devcontainers/features/python:1": { "version": "3.13" }{% endif %}{% if r_data_science %},
0 commit comments