Skip to content

Commit

Permalink
release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lior Nabat committed Oct 12, 2021
1 parent 56eebde commit 4be25b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ ADD . $GOPATH/github.com/kubemq-io/kubemq-bridges
WORKDIR $GOPATH/github.com/kubemq-io/kubemq-bridges
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags container -a -mod=vendor -installsuffix cgo -ldflags="-w -s -X main.version=$VERSION" -o kubemq-bridges-run .
FROM registry.access.redhat.com/ubi8/ubi-minimal
RUN microdnf install yum \
&& yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical \
&& yum clean all \
&& microdnf remove yum \
&& microdnf clean all
MAINTAINER KubeMQ [email protected]
LABEL name="KubeMQ Bridges Connectors" \
maintainer="[email protected]" \
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

vars:
BINARY_NAME: kubemq-bridges
VERSION: v1.3.1
VERSION: v1.3.2

tasks:
check_update:
Expand Down

0 comments on commit 4be25b8

Please sign in to comment.