Skip to content

Commit

Permalink
chore(deps): update quay.io/netboxcommunity/netbox docker tag to v4.1…
Browse files Browse the repository at this point in the history
….9 (#619)

Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 0560d88 commit e770afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-netbox-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
version:
- v4.1.8 # renovate: datasource=docker depName=quay.io/netboxcommunity/netbox
- v4.1.9 # renovate: datasource=docker depName=quay.io/netboxcommunity/netbox
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion netbox/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=v4.1.8 # renovate: datasource=docker depName=quay.io/netboxcommunity/netbox
ARG VERSION=v4.1.9 # renovate: datasource=docker depName=quay.io/netboxcommunity/netbox
FROM quay.io/netboxcommunity/netbox:${VERSION}

COPY requirements.txt /requirements.txt
Expand Down

0 comments on commit e770afd

Please sign in to comment.