Update FROM_TAG to v4.4-3.4.0 in Dockerfile-plugins and docker-compose.override.yml for consistency

This commit is contained in:
bboerni2 2025-09-24 08:10:32 +02:00
parent 61b453d4ee
commit ab4d420bae
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Dockerfile-plugins
ARG FROM_TAG=v4.4-3
ARG FROM_TAG=v4.4-3.4.0
FROM ghcr.io/netbox-community/netbox:${FROM_TAG}-plugins
# Für Plugin-Install: kurz root werden

View file

@ -8,7 +8,7 @@ services:
context: .
dockerfile: Dockerfile-plugins
args:
FROM_TAG: v4.4-3
FROM_TAG: v4.4-3.4.0
image: *netbox_image
pull_policy: never
ports: