Skip to content

Commit

Permalink
update yara to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Feb 23, 2019
1 parent 209a521 commit 7fd993b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL malice.plugin.category="av"
LABEL malice.plugin.mime="*"
LABEL malice.plugin.docker.engine="*"

ENV YARA 3.8.1
ENV YARA 3.9.0

# Install Yara
RUN apk --update add --no-cache openssl file bison jansson ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.neo23x0
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL malice.plugin.category="av"
LABEL malice.plugin.mime="*"
LABEL malice.plugin.docker.engine="*"

ENV YARA 3.8.1
ENV YARA 3.9.0

# Install Yara
RUN apk --update add --no-cache openssl file bison jansson ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL malice.plugin.category="av"
LABEL malice.plugin.mime="*"
LABEL malice.plugin.docker.engine="*"

ENV YARA 3.8.1
ENV YARA 3.9.0

# Install Yara
RUN apk --update add --no-cache openssl file bison jansson ca-certificates
Expand Down

0 comments on commit 7fd993b

Please sign in to comment.