We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bf556 commit ddbca3cCopy full SHA for ddbca3c
dockerfiles/netbox/Dockerfile
@@ -1,7 +1,7 @@
1
# renovate: datasource=docker depName=netboxcommunity/netbox
2
ARG NETBOX_VERSION="v4.3.3"
3
4
-FROM netboxcommunity/netbox:${NETBOX_VERSION}@sha256:6cb789ac9d800a5d0eb435dd3ffc7706cc5ef238db9bf8b3af9f02ef7b79af48
+FROM netboxcommunity/netbox:${NETBOX_VERSION}@sha256:9107330e3a1c3edc335684be8ad3a29d03d76907ce3b31d77aefafaac2fbbd06
5
6
COPY plugin_requirements.txt /opt/netbox/
7
RUN /usr/local/bin/uv pip install -r /opt/netbox/plugin_requirements.txt
0 commit comments