From 06f562adec7b04e13b27926d99a85820bb38ee1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:55:15 +0100 Subject: [PATCH] chore(deps): update quay.io/netboxcommunity/netbox docker tag to v4.1.5 (#571) Signed-off-by: Renovate Bot --- .github/workflows/build-netbox-container-image.yml | 2 +- netbox/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-netbox-container-image.yml b/.github/workflows/build-netbox-container-image.yml index 3bb3809..0132503 100644 --- a/.github/workflows/build-netbox-container-image.yml +++ b/.github/workflows/build-netbox-container-image.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: version: - - v4.1.4 # renovate: datasource=docker depName=quay.io/netboxcommunity/netbox + - v4.1.5 # renovate: datasource=docker depName=quay.io/netboxcommunity/netbox steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/netbox/Containerfile b/netbox/Containerfile index 4ef6aba..cadf97b 100644 --- a/netbox/Containerfile +++ b/netbox/Containerfile @@ -1,4 +1,4 @@ -ARG VERSION=v4.1.4 # renovate: datasource=docker depName=quay.io/netboxcommunity/netbox +ARG VERSION=v4.1.5 # renovate: datasource=docker depName=quay.io/netboxcommunity/netbox FROM quay.io/netboxcommunity/netbox:${VERSION} COPY requirements.txt /requirements.txt