diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..283b9b4 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 61f7beb..e88c9ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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