diff --git a/src/base-ubuntu/.devcontainer/devcontainer.json b/src/base-ubuntu/.devcontainer/devcontainer.json index d6b7e7040..dcd7e8250 100644 --- a/src/base-ubuntu/.devcontainer/devcontainer.json +++ b/src/base-ubuntu/.devcontainer/devcontainer.json @@ -14,6 +14,9 @@ "ghcr.io/devcontainers/features/git:1": { "version": "latest", "ppa": "false" + }, + "ghcr.io/devcontainers/features/git-lfs:1": { + "version": "latest" } }, // Use 'forwardPorts' to make a list of ports inside the container available locally. diff --git a/src/base-ubuntu/README.md b/src/base-ubuntu/README.md index dfdefb876..4cdffff34 100644 --- a/src/base-ubuntu/README.md +++ b/src/base-ubuntu/README.md @@ -31,7 +31,7 @@ You can decide how often you want updates by referencing a [semantic version](ht - `mcr.microsoft.com/devcontainers/base:2-jammy` - `mcr.microsoft.com/devcontainers/base:2.1-jammy` -- `mcr.microsoft.com/devcontainers/base:2.1.8-jammy` +- `mcr.microsoft.com/devcontainers/base:2.1.9-jammy` See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/base/tags/list). diff --git a/src/base-ubuntu/manifest.json b/src/base-ubuntu/manifest.json index 1766c6b91..5b63d4e52 100644 --- a/src/base-ubuntu/manifest.json +++ b/src/base-ubuntu/manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.8", + "version": "2.1.9", "variants": [ "noble", "jammy" @@ -40,4 +40,4 @@ "git": {} } } -} \ No newline at end of file +}