Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale committed Jul 8, 2024
1 parent 4826606 commit afa5951
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/anaconda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,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/anaconda:0-3`
- `mcr.microsoft.com/devcontainers/anaconda:0.202-3`
- `mcr.microsoft.com/devcontainers/anaconda:0.202.6-3`
- `mcr.microsoft.com/devcontainers/anaconda:1-3`
- `mcr.microsoft.com/devcontainers/anaconda:1.0-3`
- `mcr.microsoft.com/devcontainers/anaconda:1.0.0-3`

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

Expand Down
6 changes: 3 additions & 3 deletions src/miniconda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,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/miniconda:0-3`
- `mcr.microsoft.com/devcontainers/miniconda:0.202-3`
- `mcr.microsoft.com/devcontainers/miniconda:0.202.3-3`
- `mcr.microsoft.com/devcontainers/miniconda:1-3`
- `mcr.microsoft.com/devcontainers/miniconda:1.0-3`
- `mcr.microsoft.com/devcontainers/miniconda:1.0.0-3`

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

Expand Down

0 comments on commit afa5951

Please sign in to comment.