Skip to content

Commit

Permalink
updates pyproject version & docker netbox v3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhipfel committed Sep 4, 2023
1 parent 01643fe commit f4532f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM netboxcommunity/netbox:v3.4.7
FROM netboxcommunity/netbox:v3.5.8

RUN pip install --upgrade pip\
&& pip install poetry
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netbox-atlas-plugin"
version = "0.0.1"
version = "1.0.1"
description = "A Netbox plugin to provide a Prometheus service discovery api"
authors = ["Stefan Hipfel <stefan.hipfel@sap.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit f4532f6

Please sign in to comment.