Skip to content

Commit f4532f6

Browse files
committed
updates pyproject version & docker netbox v3.5.8
1 parent 01643fe commit f4532f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM netboxcommunity/netbox:v3.4.7
1+
FROM netboxcommunity/netbox:v3.5.8
22

33
RUN pip install --upgrade pip\
44
&& pip install poetry

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "netbox-atlas-plugin"
3-
version = "0.0.1"
3+
version = "1.0.1"
44
description = "A Netbox plugin to provide a Prometheus service discovery api"
55
authors = ["Stefan Hipfel <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)