Skip to content

Commit

Permalink
Update KAIGARA_VERSION to 0.1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaichuk authored Aug 24, 2021
1 parent 72c26f3 commit 6ec8615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.13-alpine AS builder

RUN apk add --no-cache curl

ARG KAIGARA_VERSION=0.1.24
ARG KAIGARA_VERSION=0.1.29
# Install Kaigara
RUN curl -Lo /usr/bin/kaigara https://github.com/openware/kaigara/releases/download/${KAIGARA_VERSION}/kaigara \
&& chmod +x /usr/bin/kaigara
Expand Down

0 comments on commit 6ec8615

Please sign in to comment.