From 4a557cdfd41bcecb4ab914300449528d93bd001a Mon Sep 17 00:00:00 2001 From: Msarawan Date: Mon, 25 Nov 2024 21:16:28 +0530 Subject: [PATCH] [NO-ISSUE] Update dockerfile Updated dockerfile description to match with nightly-snapshots Label --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d52e00..ac19b62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,6 +46,6 @@ CMD ["node", "dist/app.js"] ## Labels LABEL name="artemiscloud/activemq-artemis-jolokia-api-server" -LABEL description="ActiveMQ Artemis Jolokia api-server" +LABEL description="ActiveMQ Artemis Jolokia Api Server" LABEL maintainer="Howard Gao " LABEL version="0.1.1"