diff --git a/Dockerfile-plugins b/Dockerfile-plugins index 94ba192..97297c2 100644 --- a/Dockerfile-plugins +++ b/Dockerfile-plugins @@ -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 diff --git a/docker-compose.override.yml b/docker-compose.override.yml index b674aa2..00ec06f 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -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: