Skip to content

Commit

Permalink
style: Standardize FromAsCasing in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Raindrac authored Jul 1, 2024
1 parent 080802f commit da9bf4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ARG UBLUE_IMAGE_TAG="${UBLUE_IMAGE_TAG:-latest}"
ARG KMOD_SOURCE_COMMON="ghcr.io/ublue-os/akmods:${AKMODS_FLAVOR}-${FEDORA_MAJOR_VERSION}"
ARG COREOS_KMODS="ghcr.io/ublue-os/ucore-kmods:stable"
ARG COREOS_NVIDIA="ghcr.io/ublue-os/akmods-nvidia:coreos-${FEDORA_MAJOR_VERSION}"
FROM ${KMOD_SOURCE_COMMON} as akmods
FROM ${COREOS_NVIDIA} as coreos_nvidia
FROM ${KMOD_SOURCE_COMMON} AS akmods
FROM ${COREOS_NVIDIA} AS coreos_nvidia

## bluefin image section
FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS base
Expand Down

0 comments on commit da9bf4e

Please sign in to comment.