Skip to content

Commit b52964f

Browse files
committed
Bump ubuntu base image to 24.04
1 parent ae9dee9 commit b52964f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.devcontainer/devcontainer.json.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "{{ project_name }}",
3-
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
3+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
44
"features": {
55
"ghcr.io/guiyomh/features/just:0.1.0": { "version": "1.42.4" }{% if python %},
66
"ghcr.io/devcontainers/features/python:1": { "version": "3.13" }{% endif %}{% if r_data_science %},

0 commit comments

Comments
 (0)