Version bump NetBox 3.4.7 (#15)

Closes #14
This commit is contained in:
wkoot
2023-03-31 10:02:35 +02:00
committed by GitHub
parent 1925be271a
commit 7f18a3ad6f
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.9
ARG PYTHON_VERSION=3.10
FROM python:${PYTHON_VERSION}-alpine AS compile-image
WORKDIR /build
@@ -10,7 +10,7 @@ COPY ../ /build
RUN python setup.py sdist
RUN pip install --no-index /build
FROM netboxcommunity/netbox:v3.2.3
FROM netboxcommunity/netbox:v3.4.7
ARG PYTHON_VERSION=3.9
ARG PYTHON_VERSION=3.10
COPY --from=compile-image /opt/netbox/venv/lib/python${PYTHON_VERSION}/site-packages/netbox_slm /opt/netbox/venv/lib/python${PYTHON_VERSION}/site-packages/netbox_slm
+1 -1
View File
@@ -1,3 +1,3 @@
FROM netboxcommunity/netbox:v3.2.3
FROM netboxcommunity/netbox:v3.4.7
COPY ../netbox_slm /opt/netbox/netbox/netbox_slm