diff --git a/src/docker/Dockerfile b/src/docker/Dockerfile index b600357a2c..180ead5dc1 100644 --- a/src/docker/Dockerfile +++ b/src/docker/Dockerfile @@ -48,7 +48,7 @@ RUN cd /opt \ && pip install mysql-python #soar RUN cd /opt \ - && wget https://github.com/XiaoMi/soar/releases/download/v0.8.1/soar.linux-amd64 -O soar \ + && wget https://github.com/XiaoMi/soar/releases/download/v0.9.0/soar.linux-amd64 -O soar \ && chmod a+x soar #archery RUN cd /opt \ diff --git a/src/docker/install.zip b/src/docker/install.zip index cfdb6583d3..5a12506d35 100644 Binary files a/src/docker/install.zip and b/src/docker/install.zip differ