Skip to content

Commit 83fcee4

Browse files
committed
Updating readme file wih correct major version.
1 parent e5473dd commit 83fcee4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/universal/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The container includes the `zsh` (and Oh My Zsh!) and `fish` shells that you can
2727
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image.
2828
For example:
2929

30-
- `mcr.microsoft.com/devcontainers/universal:3-noble`
31-
- `mcr.microsoft.com/devcontainers/universal:3.0-noble`
32-
- `mcr.microsoft.com/devcontainers/universal:3.0.0-noble`
30+
- `mcr.microsoft.com/devcontainers/universal:4-noble`
31+
- `mcr.microsoft.com/devcontainers/universal:4.0-noble`
32+
- `mcr.microsoft.com/devcontainers/universal:4.0.0-noble`
3333

3434
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/universal/tags/list).
3535

@@ -47,7 +47,7 @@ Access to the Anaconda repository is covered by the [Anaconda Terms of Service](
4747

4848
While the image itself works unmodified, you can also directly reference pre-built versions of `Dockerfile` by using the `image` property in `.devcontainer/devcontainer.json` or updating the `FROM` statement in your own `Dockerfile` to:
4949

50-
`mcr.microsoft.com/devcontainers/universal:2-linux`
50+
`mcr.microsoft.com/devcontainers/universal:4-linux`
5151

5252
Alternatively, you can use the contents of [.devcontainer](.devcontainer) to fully customize your container's contents or to build it for a container host architecture not supported by the image.
5353

0 commit comments

Comments
 (0)