mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 08:16:54 +00:00
Update FROM_TAG to v4.4-3.4.0 in Dockerfile-plugins and docker-compose.override.yml for consistency
This commit is contained in:
parent
61b453d4ee
commit
ab4d420bae
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue