You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:
37
38
38
-
-`mcr.microsoft.com/devcontainers/jekyll:1` (or `1-bullseye`, `1-buster` to pin to an OS version)
39
-
-`mcr.microsoft.com/devcontainers/jekyll:1.0` (or `1.0-bullseye`, `1.0-buster` to pin to an OS version)
40
-
-`mcr.microsoft.com/devcontainers/jekyll:1.0.0` (or `1.0.0-bullseye`, `1.0.0-buster` to pin to an OS version)
39
+
-`mcr.microsoft.com/devcontainers/jekyll:2` (or `2-bookworm`, `2-bullseye`, `2-buster` to pin to an OS version)
40
+
-`mcr.microsoft.com/devcontainers/jekyll:2.0` (or `2.0-bookworm`, `2.0-bullseye`, `2.0-buster` to pin to an OS version)
41
+
-`mcr.microsoft.com/devcontainers/jekyll:2.0.0` (or `2.0.0-bookworm`, `2.0.0-bullseye`, `2.0.0-buster` to pin to an OS version)
41
42
42
-
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. `1-bullseye`). 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.
43
+
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-bullseye`). 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.
43
44
44
45
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/jekyll/tags/list).
0 commit comments