Update Containerfile

fixed a typo
This commit is contained in:
batvin3211 2024-09-18 20:43:16 +00:00 committed by GitHub
parent f625185c7e
commit c7281fccfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ ARG SOURCE_IMAGE="cosmic"
# - stable-zfs # - stable-zfs
# - stable-nvidia-zfs # - stable-nvidia-zfs
# - (and the above with testing rather than stable) # - (and the above with testing rather than stable)
ARG SOURCE_SUFFIX="--kinoite" ARG SOURCE_SUFFIX="-kinoite"
## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest ## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest
ARG SOURCE_TAG="latest" ARG SOURCE_TAG="latest"