We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3e4e87 + 96c182f commit 54743afCopy full SHA for 54743af
osect_sensor/Infrastructure/edge_cron/Dockerfile
@@ -197,9 +197,9 @@ WORKDIR /home/work
197
# suricataのインストール
198
# suricata のバージョンアップに追随するためにリリース前には最新のバージョンであることを確認すること
199
# https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Debian_Installation
200
-RUN wget https://www.openinfosecfoundation.org/download/suricata-6.0.15.tar.gz \
201
- && tar -xvzf suricata-6.0.15.tar.gz \
202
- && cd suricata-6.0.15 \
+RUN wget https://www.openinfosecfoundation.org/download/suricata-6.0.16.tar.gz \
+ && tar -xvzf suricata-6.0.16.tar.gz \
+ && cd suricata-6.0.16 \
203
&& ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-gccmarch-native \
204
&& make \
205
&& make install \
0 commit comments