Skip to content

Commit

Permalink
Update for version 10.6.3 of Nessus
Browse files Browse the repository at this point in the history
  • Loading branch information
ciro-mota committed Nov 17, 2023
1 parent c143da0 commit 58f2547
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 rockylinux:9.2

LABEL maintainer="ciromota"

ADD https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.6.2-es9.x86_64.rpm /tmp/nessus.rpm
ADD https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.6.3-es9.x86_64.rpm /tmp/nessus.rpm

RUN dnf upgrade -y \
&& rpm -i /tmp/*.rpm \
Expand Down

0 comments on commit 58f2547

Please sign in to comment.