diff --git a/kiwi-image/Dockerfile b/kiwi-image/Dockerfile index 5c3dfa49c..9bbe9e227 100644 --- a/kiwi-image/Dockerfile +++ b/kiwi-image/Dockerfile @@ -19,8 +19,8 @@ #!BuildTag: opensuse/bci/kiwi:10-%RELEASE% #!BuildTag: opensuse/bci/kiwi:10.1 #!BuildTag: opensuse/bci/kiwi:10.1-%RELEASE% -#!BuildTag: opensuse/bci/kiwi:10.1.6 -#!BuildTag: opensuse/bci/kiwi:10.1.6-%RELEASE% +#!BuildTag: opensuse/bci/kiwi:10.1.11 +#!BuildTag: opensuse/bci/kiwi:10.1.11-%RELEASE% #!BuildTag: opensuse/bci/kiwi:latest FROM opensuse/tumbleweed:latest @@ -32,7 +32,7 @@ RUN set -euo pipefail; zypper -n in --no-recommends checkmedia dracut-kiwi-oem-r LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)" LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI KIWI Appliance Builder (kiwi)" LABEL org.opencontainers.image.description="KIWI Appliance Builder (kiwi) container based on the openSUSE Tumbleweed Base Container Image. This container is only supported in privileged mode." -LABEL org.opencontainers.image.version="10.1.6" +LABEL org.opencontainers.image.version="10.1.11" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="openSUSE Project"