We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ba2a5 commit 903f8cfCopy full SHA for 903f8cf
template/.devcontainer/devcontainer.json.jinja
@@ -1,6 +1,6 @@
1
{
2
"name": "{{ project_name }}",
3
- "image": "mcr.microsoft.com/devcontainers/ubuntu:jammy",
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.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