From e76b5cd23ef2c794ece15fafd4840cf25ba7f853 Mon Sep 17 00:00:00 2001 From: Alessandro Franceschi Date: Thu, 18 Dec 2025 15:09:49 +0100 Subject: [PATCH] Updated version in Dockerfile --- Dockerfile | 2 +- Dockerfile.alpine | 2 +- Dockerfile.ubuntu | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"