Skip to content

Commit

Permalink
Merge pull request #118 from rhaist/patch-1
Browse files Browse the repository at this point in the history
Update yara version
  • Loading branch information
phutelmyer committed Dec 2, 2019
2 parents 3fb43f4 + 10d8460 commit 669fd86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/python/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:18.04
LABEL maintainer "Target Brands, Inc. TTS-CFC-OpenSource@target.com"

ARG YARA_VERSION=3.10.0
ARG YARA_PYTHON_VERSION=3.10.0
ARG YARA_VERSION=3.11.0
ARG YARA_PYTHON_VERSION=3.11.0

# Copy Strelka files
COPY ./src/python/ /strelka/
Expand Down

0 comments on commit 669fd86

Please sign in to comment.