Skip to content

Commit

Permalink
feat: Dockerfile update with copsctl 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiondic committed Sep 1, 2022
1 parent 598342b commit b1a5596
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN chmod 700 get_helm.sh
RUN ./get_helm.sh

# copsctl
ENV COPSCTL_VERSION 0.8.0
ENV COPSCTL_VERSION 0.8.2
RUN curl -LO https://github.com/conplementAG/copsctl/releases/download/v${COPSCTL_VERSION}/copsctl_${COPSCTL_VERSION}_Linux_x86_64.tar.gz
RUN tar xvzf copsctl_${COPSCTL_VERSION}_Linux_x86_64.tar.gz
RUN mv copsctl $GOPATH/bin
Expand Down

0 comments on commit b1a5596

Please sign in to comment.