Skip to content

Commit d9bec02

Browse files
committed
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537
1 parent 5494641 commit d9bec02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3-alpine
1+
FROM python:3.13.0a1-alpine
22
MAINTAINER guanana2
33
RUN apk add --no-cache nmap
44
WORKDIR /usr/src/netbox-scanner

0 commit comments

Comments
 (0)