File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM netboxcommunity/netbox:v3.7.8
1
+ FROM netboxcommunity/netbox:v4.2.6
2
2
LABEL org.opencontainers.image.source https://github.com/fpm-git/netbox
3
3
4
4
RUN sed -i 's|http://archive.ubuntu.com/ubuntu|http://old-releases.ubuntu.com/ubuntu|g' /etc/apt/sources.list && \
@@ -10,7 +10,7 @@ RUN sed -i 's|http://archive.ubuntu.com/ubuntu|http://old-releases.ubuntu.com/ub
10
10
11
11
COPY ./plugin_requirements.txt /
12
12
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt
13
- RUN /opt/netbox/venv/bin/pip install --no-warn-script-location git+https://github.com/LHBL2003/netbox-qrcode@HTML-Label-Design
13
+ # RUN /opt/netbox/venv/bin/pip install --no-warn-script-location git+https://github.com/LHBL2003/netbox-qrcode@HTML-Label-Design
14
14
15
15
COPY docker/nginx-unit.json /etc/unit/
16
16
Original file line number Diff line number Diff line change 1
- netbox-documents==0.6.4
2
- # netbox-qrcode==0.0.11
1
+ netbox-documents==0.7.2
2
+ netbox-qrcode==0.0.17
You can’t perform that action at this time.
0 commit comments