1010| * Categories* | Core, Languages |
1111| * Definition type* | Dockerfile |
1212| * Published images* | mcr.microsoft.com/devcontainers/go |
13- | * Available image variants* | 1 / 1-bookworm, 1.24 / 1.24 -bookworm, 1.23 / 1.23 -bookworm, 1-bullseye ([ full list] ( https://mcr.microsoft.com/v2/devcontainers/go/tags/list ) ) |
13+ | * Available image variants* | 1 / 1-bookworm, 1.25 / 1.25 -bookworm, 1.24 / 1.24 -bookworm, 1-bullseye ([ full list] ( https://mcr.microsoft.com/v2/devcontainers/go/tags/list ) ) |
1414| * Published image architecture(s)* | x86-64, arm64/aarch64 for ` bookworm ` , and ` bullseye ` variants |
1515| * Container host OS support* | Linux, macOS, Windows |
1616| * Container OS* | Debian |
@@ -24,16 +24,16 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
2424
2525- ` mcr.microsoft.com/devcontainers/go ` (latest)
2626- ` mcr.microsoft.com/devcontainers/go:1 ` (or ` 1-bookworm ` , ` 1-bullseye ` to pin to an OS version)
27+ - ` mcr.microsoft.com/devcontainers/go:1.25 ` (or ` 1.25-bookworm ` , ` 1.25-bullseye ` to pin to an OS version)
2728- ` mcr.microsoft.com/devcontainers/go:1.24 ` (or ` 1.24-bookworm ` , ` 1.24-bullseye ` to pin to an OS version)
28- - ` mcr.microsoft.com/devcontainers/go:1.23 ` (or ` 1.23-bookworm ` , ` 1.23-bullseye ` to pin to an OS version)
2929
3030Refer to [ this guide] ( https://containers.dev/guide/dockerfile ) for more details.
3131
3232You 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:1-1.24 ` (or ` 1-1.24 -bookworm ` , ` 1-1.24 -bullseye ` )
35- - ` mcr.microsoft.com/devcontainers/go:1.4-1.24 ` (or ` 1.4-1.24 -bookworm ` , ` 1.4-1.24 -bullseye ` )
36- - ` mcr.microsoft.com/devcontainers/go:1.4.0-1.24 ` (or ` 1.4.0-1.24 -bookworm ` , ` 1.4.0-1.24 -bullseye ` )
34+ - ` mcr.microsoft.com/devcontainers/go:1-1.25 ` (or ` 1-1.25 -bookworm ` , ` 1-1.25 -bullseye ` )
35+ - ` mcr.microsoft.com/devcontainers/go:1.4-1.25 ` (or ` 1.4-1.25 -bookworm ` , ` 1.4-1.25 -bullseye ` )
36+ - ` mcr.microsoft.com/devcontainers/go:1.4.0-1.25 ` (or ` 1.4.0-1.25 -bookworm ` , ` 1.4.0-1.25 -bullseye ` )
3737
3838However, we only do security patching on the latest [ non-breaking, in support] ( https://github.com/devcontainers/images/issues/90 ) versions of images (e.g. ` 1-1.24 ` ). 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