Skip to content

Commit dcd8a5e

Browse files
committed
Furthe changes in readme file.
1 parent 5f216fe commit dcd8a5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/python/README.md

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

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

37-
- `mcr.microsoft.com/devcontainers/python:2-3.9` (or `2-3.9-bullseye`)
38-
- `mcr.microsoft.com/devcontainers/python:2.0-3.9` (or `2.0-3.9-bullseye`)
39-
- `mcr.microsoft.com/devcontainers/python:2.0.0-3.9` (or `2.0.0-3.9-bullseye`)
37+
- `mcr.microsoft.com/devcontainers/python:2-3.13` (or `2-3.13-bullseye`)
38+
- `mcr.microsoft.com/devcontainers/python:2.0-3.13` (or `2.0-3.13-bullseye`)
39+
- `mcr.microsoft.com/devcontainers/python:2.0.0-3.13` (or `2.0.0-3.13-bullseye`)
4040

4141
However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-3`).
4242
You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.

0 commit comments

Comments
 (0)