Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prep release: v0.3.8
  • Loading branch information
samruddhikhandale committed Jun 12, 2023
commit 516145332c167480cb77debe0e7ebd89e4c3a578
6 changes: 3 additions & 3 deletions src/base-debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.

You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:

- `mcr.microsoft.com/devcontainers/base:0-buster`
- `mcr.microsoft.com/devcontainers/base:0.202-buster`
- `mcr.microsoft.com/devcontainers/base:0.202.6-buster`
- `mcr.microsoft.com/devcontainers/base:1-bookworm`
- `mcr.microsoft.com/devcontainers/base:1.0-bookworm`
- `mcr.microsoft.com/devcontainers/base:1.0.0-bookworm`

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).

Expand Down
2 changes: 1 addition & 1 deletion src/base-debian/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.203.10",
"version": "1.0.0",
"variants": [
"bookworm",
"buster",
Expand Down