diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d41d2c10411b80dbbdf610fdaeafd222457f7c28..d7356599257199a68f4b6cfbe0e6dab54853d9e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ Docker: needs: [] variables: # renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox - NETBOX_VERSION: v4.2.0 + NETBOX_VERSION: v4.2.1 services: - docker:dind before_script: diff --git a/Dockerfile b/Dockerfile index e3bce06ea15b4b03f8fe2c896ae4efa5a5ca2e6a..c83553bca95495f09ea49fba55269ddffcb500d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox -ARG NETBOX_VERSION=v4.2.0 +ARG NETBOX_VERSION=v4.2.1 FROM docker.io/netboxcommunity/netbox:$NETBOX_VERSION RUN /opt/netbox/venv/bin/pip install --no-warn-script-location \ netbox-plugin-dns netbox-bgp netbox-qrcode netbox-topology-views \ No newline at end of file