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
updated README
  • Loading branch information
sireeshajonnalagadda authored Sep 26, 2025
commit a77e77ba5150a01a38c74ea3c2c61a807016cbdf
2 changes: 1 addition & 1 deletion src/jekyll/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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:2` (or `2-bookworm`, `2-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:2.0` (or `2.0-bookworm`, `2.0-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:2.2` (or `2.2-bookworm`, `2.2-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:2.2.0` (or `2.2.0-bookworm`, `2.2.0-bullseye` to pin to an OS version)


Expand Down