Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
kubemq committed Sep 5, 2020
1 parent 5d5bf3f commit afbcd51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MAINTAINER KubeMQ [email protected]
LABEL name="KubeMQ Target Connectors" \
maintainer="[email protected]" \
vendor="kubemq.io" \
version="$VERSION" \
version="0.2.3" \
release="stable" \
summary="KubeMQ Targets connects KubeMQ Message Broker with external systems and cloud services" \
description="KubeMQ Targets allows us to build a message-based microservices architecture on Kubernetes with minimal efforts and without developing connectivity interfaces between KubeMQ Message Broker and external systems such as databases, cache, messaging, and REST-base APIs"
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '2'

vars:
BINARY_NAME: kubemq-targets
VERSION: v0.2.2
VERSION: v0.2.3

tasks:
check_update:
Expand Down

0 comments on commit afbcd51

Please sign in to comment.