Skip to content

Commit 387815b

Browse files
committed
bump base image to debian 11
1 parent 940601e commit 387815b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:10-slim as build
1+
FROM debian:11-slim as build
22

33
ENV PACKAGES="python3 python3-pip nmap"
44

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"user": "casperklein",
33
"name": "netbox-scanner",
44
"image": "casperklein/netbox-scanner",
5-
"version": "2.1.0"
5+
"version": "2.2.0"
66
}

0 commit comments

Comments
 (0)