Skip to content

Commit afa5951

Browse files
Update README
1 parent 4826606 commit afa5951

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/anaconda/README.md

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

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

31-
- `mcr.microsoft.com/devcontainers/anaconda:0-3`
32-
- `mcr.microsoft.com/devcontainers/anaconda:0.202-3`
33-
- `mcr.microsoft.com/devcontainers/anaconda:0.202.6-3`
31+
- `mcr.microsoft.com/devcontainers/anaconda:1-3`
32+
- `mcr.microsoft.com/devcontainers/anaconda:1.0-3`
33+
- `mcr.microsoft.com/devcontainers/anaconda:1.0.0-3`
3434

3535
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/anaconda/tags/list).
3636

src/miniconda/README.md

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

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

31-
- `mcr.microsoft.com/devcontainers/miniconda:0-3`
32-
- `mcr.microsoft.com/devcontainers/miniconda:0.202-3`
33-
- `mcr.microsoft.com/devcontainers/miniconda:0.202.3-3`
31+
- `mcr.microsoft.com/devcontainers/miniconda:1-3`
32+
- `mcr.microsoft.com/devcontainers/miniconda:1.0-3`
33+
- `mcr.microsoft.com/devcontainers/miniconda:1.0.0-3`
3434

3535
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/miniconda/tags/list).
3636

0 commit comments

Comments
 (0)