Skip to content

Commit 9e1041b

Browse files
authored
Update README with new Go image tags
Added additional Go image tags for versioning.
1 parent 6257727 commit 9e1041b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/go/README.md

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

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

34-
- `mcr.microsoft.com/devcontainers/go:2.1.1` (or `2.1.1-trixie`, `2.1.1-bookworm`)
35-
- `mcr.microsoft.com/devcontainers/go:2.0-1.26` (or `2.0-1.26-trixie`, `2.0-1.26-bookworm`)
36-
- `mcr.microsoft.com/devcontainers/go:2.0.8-1.26` (or `2.0.8-1.26-trixie`, `2.0.8-1.26-bookworm`)
34+
- `mcr.microsoft.com/devcontainers/go:2-1.26` (or `2-1.26-trixie`, `2-1.26-bookworm`)
35+
- `mcr.microsoft.com/devcontainers/go:2.1-1.26` (or `2.1-1.26-trixie`, `2.1-1.26-bookworm`)
36+
- `mcr.microsoft.com/devcontainers/go:2.1.0-1.26` (or `2.1.0-1.26-trixie`, `2.1.0-1.26-bookworm`)
3737

3838
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-1.26`). 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.
3939

0 commit comments

Comments
 (0)