diff --git a/Containerfile.beaker b/Containerfile.beaker index 83d4e50..5b1f5ca 100644 --- a/Containerfile.beaker +++ b/Containerfile.beaker @@ -1,4 +1,4 @@ -ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39}" +ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-40}" FROM quay.io/fedora-ostree-desktops/base:${FEDORA_MAJOR_VERSION} as beaker diff --git a/README.md b/README.md index 4a53591..2a28612 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![bunsen-builder](https://github.com/mitchejj/ostree-quarks/actions/workflows/sway-build.yml/badge.svg)](https://github.com/mitchejj/ostree-quarks/actions/workflows/sway-build.yml) [![beaker-builder](https://github.com/mitchejj/ostree-quarks/actions/workflows/ng-build.yml/badge.svg)](https://github.com/mitchejj/ostree-quarks/actions/workflows/ng-build.yml) -YA custom Fedora operating system using [OCI/Docker containers as a transport and delivery mechanism](https://fedoraproject.org/wiki/Changes/OstreeNativeContainerStabley). Images are scheduled to build daily at 9:45 UTC, here is a [UTC Clock](https://time.is/UTC). +A custom spin on the Fedora Atomic [OCI/Docker](https://fedoraproject.org/wiki/Changes/OstreeNativeContainerStabley). Images are scheduled to build at 9:45 UTC, here is a [UTC Clock](https://time.is/UTC). ## What is this?