Skip to content

Commit

Permalink
Merge pull request #7 from dpisano/alpine-2.5.3
Browse files Browse the repository at this point in the history
Updated Bro to 2.5.3
  • Loading branch information
dpisano authored Mar 24, 2018
2 parents a26d917 + be15875 commit 52370d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bro Sandbox - Bro 2.5.1
# Bro Sandbox - Bro 2.5.3
#
FROM alpine:3.5

Expand All @@ -12,7 +12,7 @@ ENV PROG bro
# Specify source extension
ENV EXT tar.gz
# Specify Bro version to download and install (e.g. bro-2.3.1, bro-2.4)
ENV VERS 2.5.2
ENV VERS 2.5.3
# Install directory
ENV PREFIX /opt/bro
# Path should include prefix
Expand Down

0 comments on commit 52370d0

Please sign in to comment.