diff --git a/Dockerfile b/Dockerfile index 02cf95b..bbf52ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ ARG BUILDPLATFORM # Add metadata labels LABEL org.opencontainers.image.title="Pabawi" LABEL org.opencontainers.image.description="Web interface for Bolt automation tool" -LABEL org.opencontainers.image.version="0.2.0" +LABEL org.opencontainers.image.version="0.3.0" LABEL org.opencontainers.image.vendor="example42" LABEL org.opencontainers.image.source="https://github.com/example42/pabawi" diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 1ecab1b..dde355b 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -44,7 +44,7 @@ ARG BUILDPLATFORM # Add metadata labels LABEL org.opencontainers.image.title="Pabawi" LABEL org.opencontainers.image.description="Web interface for Bolt automation tool" -LABEL org.opencontainers.image.version="0.1.0" +LABEL org.opencontainers.image.version="0.3.0" LABEL org.opencontainers.image.vendor="example42" LABEL org.opencontainers.image.source="https://github.com/example42/pabawi" diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 1ec2b3b..3906689 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -44,7 +44,7 @@ ARG BUILDPLATFORM # Add metadata labels LABEL org.opencontainers.image.title="Pabawi" LABEL org.opencontainers.image.description="Web interface for Bolt automation tool" -LABEL org.opencontainers.image.version="0.1.0" +LABEL org.opencontainers.image.version="0.3.0" LABEL org.opencontainers.image.vendor="example42" LABEL org.opencontainers.image.source="https://github.com/example42/pabawi"