common: Explicitely set the date in version_prefix
Required to get the correct version with `rpm-ostree compose image`.
This commit is contained in:
parent
5ed80bc8a3
commit
01dbc964df
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue