Skip to content

Commit 7538c8b

Browse files
committed
fix: update NetBox version and requirements for diode plugin
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent 02a5890 commit 7538c8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile-diode-netbox-plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM netboxcommunity/netbox:v4.3.3-3.3.0
1+
FROM netboxcommunity/netbox:v4.4.2-3.4.1
22

33
COPY ./netbox/configuration/ /etc/netbox/config/
44
RUN chmod 755 /etc/netbox/config/* && \

docker/requirements-diode-netbox-plugin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ coverage==7.6.0
44
grpcio==1.62.1
55
protobuf==5.29.5
66
pytest==8.0.2
7-
netboxlabs-netbox-branching==0.6.0
7+
netboxlabs-netbox-branching==0.7.1

0 commit comments

Comments
 (0)