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 1f31a4d commit f3c2f44Copy full SHA for f3c2f44
dockerfiles/netbox/Dockerfile
@@ -1,7 +1,7 @@
1
# renovate: datasource=docker depName=netboxcommunity/netbox
2
ARG NETBOX_VERSION="v4.2.3"
3
4
-FROM netboxcommunity/netbox:${NETBOX_VERSION}@sha256:953cb21c3c62462ba6b174dbcd874f7ea96e88852b778b566bdaffaf3be85171
+FROM netboxcommunity/netbox:${NETBOX_VERSION}@sha256:06b882ea0a44c50f212e09babf9a411a759fb8b4c4a3085282bd5e8565b4334b
5
6
RUN echo "netbox_attachments" >> /opt/netbox/plugin_requirements.txt
7
0 commit comments