Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changes in Readme
  • Loading branch information
sireeshajonnalagadda authored Sep 1, 2025
commit 8352387a98b6da4f30818d7010b2983c2c3acc5a
7 changes: 2 additions & 5 deletions src/jekyll/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag

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/jekyll:3` (or `3-bookworm`, `3-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:3.2` (or `3.2-bookworm`, `3.2-bullseye`, `3.2-buster` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:3.3` (or `3.2.0-bookworm`, `3.3.0-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:2` (or `2-bookworm`, `2-bullseye`, `2-buster` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:2.0` (or `2.0-bookworm`, `2.0-bullseye`, `2.0-buster` to pin to an OS version)
- `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)
- `mcr.microsoft.com/devcontainers/jekyll:3.0` (or `3.0-bookworm`, `3.0-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:3.0.0` (or `3.0.0-bookworm`, `3.0.0-bullseye` to pin to an OS version)

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.

Expand Down