Skip to content

Commit

Permalink
Update for version 10.8.2 of Nessus
Browse files Browse the repository at this point in the history
  • Loading branch information
ciro-mota committed Aug 19, 2024
1 parent 178462c commit 5bdf4dc
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
@@ -1,7 +1,7 @@
FROM debian:stable-slim as base
LABEL maintainer="ciromota"

ADD https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.8.1-debian10_amd64.deb /tmp/nessus.deb
ADD https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.8.2-debian10_amd64.deb /tmp/nessus.deb

RUN dpkg -i /tmp/*.deb

Expand Down

0 comments on commit 5bdf4dc

Please sign in to comment.