diff --git a/Dockerfile b/Dockerfile index 02d86ad..7286fd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: MIT -#!BuildTag: opensuse/bci/rust:1.69 -#!BuildTag: opensuse/bci/rust:1.69-%RELEASE% #!BuildTag: opensuse/bci/rust:oldstable -#!BuildTag: opensuse/bci/rust:oldstable-%RELEASE% +#!BuildTag: opensuse/bci/rust:oldstable-2.%RELEASE% +#!BuildTag: opensuse/bci/rust:1.69 +#!BuildTag: opensuse/bci/rust:1.69-2.%RELEASE% FROM opensuse/tumbleweed:latest diff --git a/rust-oldstable-image.changes b/rust-oldstable-image.changes index a7a8f04..20bec17 100644 --- a/rust-oldstable-image.changes +++ b/rust-oldstable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 22 16:56:53 UTC 2023 - Dirk Mueller + +- Order the stability buildtag first in the list and prefix them with an stability index to avoid overlaps + ------------------------------------------------------------------- Tue Jun 20 17:27:40 UTC 2023 - Dirk Müller