diff --git a/README.md b/README.md index d36c15a1..01f940f4 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,7 @@ Git submodules for content: ### Podman Compose -These instructions have been tested on a Fedora 33 qube. Podman is not -available in Debian 10. You must use a Fedora-based machine or Debian 11. +These instructions have been tested on a Fedora 36 qube. 1. Install `podman` and `podman-compose`. diff --git a/compose.yml b/compose.yml index fc9c9f2c..0d33adc6 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: jekyll: - image: jekyll/jekyll:pages + image: jekyll/jekyll:4.2.0 command: jekyll serve ports: - 4000:4000