Skip to content

Commit 5161453

Browse files
Prep release: v0.3.8
1 parent e90321f commit 5161453

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/base-debian/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.
3030

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

33-
- `mcr.microsoft.com/devcontainers/base:0-buster`
34-
- `mcr.microsoft.com/devcontainers/base:0.202-buster`
35-
- `mcr.microsoft.com/devcontainers/base:0.202.6-buster`
33+
- `mcr.microsoft.com/devcontainers/base:1-bookworm`
34+
- `mcr.microsoft.com/devcontainers/base:1.0-bookworm`
35+
- `mcr.microsoft.com/devcontainers/base:1.0.0-bookworm`
3636

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

src/base-debian/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.203.10",
2+
"version": "1.0.0",
33
"variants": [
44
"bookworm",
55
"buster",

0 commit comments

Comments
 (0)