Skip to content

Commit

Permalink
feat: update kaigara version in dockerfile (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimast-x authored Feb 23, 2023
1 parent eef9627 commit 236a217
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.16-alpine AS builder

RUN apk add --no-cache curl

ARG KAIGARA_VERSION=v1.0.24
ARG KAIGARA_VERSION=v1.0.28
# 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 236a217

Please sign in to comment.