Skip to content

Commit

Permalink
Prep release: v0.3.8 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale authored Jun 13, 2023
1 parent 754379c commit 5a6802b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 5a6802b

Please sign in to comment.