diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d7356599257199a68f4b6cfbe0e6dab54853d9e6..b8460cab45bdd9bb2f904145489c8231d0b9c2ae 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.1
+    NETBOX_VERSION: v4.2.2
   services:
   - docker:dind
   before_script:
diff --git a/Dockerfile b/Dockerfile
index c83553bca95495f09ea49fba55269ddffcb500d0..b4c34d1b67df8e7b974e1d7f5d3a81c8cd4417e9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
-ARG NETBOX_VERSION=v4.2.1
+ARG NETBOX_VERSION=v4.2.2
 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