Skip to content

Commit

Permalink
Enhancement: Bump Kaigara version to 0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
vshatravenko authored Mar 18, 2021
1 parent cd89431 commit f061ef9
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 @@ -32,7 +32,7 @@ RUN groupadd -r --gid ${GID} app \
--gid ${GID} --uid ${UID} app

# Install Kaigara
ARG KAIGARA_VERSION=0.1.21
ARG KAIGARA_VERSION=0.1.22
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 f061ef9

Please sign in to comment.