diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c404d50..a718e9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,10 +31,10 @@ jobs: include: - major_version: 39 is_latest_version: true - is_stable_version: false + is_stable_version: true is_gts_version: false - major_version: 38 - is_latest_version: true + is_latest_version: false is_stable_version: true is_gts_version: true exclude: diff --git a/Containerfile b/Containerfile index 850709f..c135417 100644 --- a/Containerfile +++ b/Containerfile @@ -2,11 +2,11 @@ ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME:-silverblue}" ARG IMAGE_FLAVOR="${IMAGE_FLAVOR}:-main" ARG SOURCE_IMAGE="${SOURCE_IMAGE:-${BASE_IMAGE_NAME}${IMAGE_FLAVOR}}" ARG BASE_IMAGE="ghcr.io/ublue-os/${SOURCE_IMAGE}" -ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-38}" +ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39}" FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS surface ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME:-silverblue}" -ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-38}" +ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39}" # Store a copy of files so we not have to polute # every image with image specific files.