common: Explicitely set the date in version_prefix

Required to get the correct version with `rpm-ostree compose image`.
This commit is contained in:
Timothée Ravier 2023-11-20 20:51:53 +01:00
parent 5ed80bc8a3
commit 01dbc964df

View file

@ -1,6 +1,6 @@
ref: fedora/rawhide/${basearch}/ostree-base
automatic_version_prefix: "40"
automatic_version_prefix: "40.<date:%Y%m%d>"
mutate-os-release: "40"
# Default to `bash` in our container, the same as other containers we ship.