Skip to content

Commit

Permalink
Update for version 10.7.1 of Nessus
Browse files Browse the repository at this point in the history
  • Loading branch information
ciro-mota committed Mar 2, 2024
1 parent 8470cfe commit 9e4f234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stable-slim as base

LABEL maintainer="ciromota"

ADD https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.7.0-ubuntu1404_amd64.deb /tmp/nessus.deb
ADD https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.7.1-ubuntu1404_amd64.deb /tmp/nessus.deb

RUN dpkg -i /tmp/*.deb

Expand Down

0 comments on commit 9e4f234

Please sign in to comment.