Forráskód Böngészése

chore(deps): update docker.io/netboxcommunity/netbox docker tag to v4.5.0

renovate[bot] 3 hónapja
szülő
commit
23ce06f998
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      library/compose/netbox/compose.yaml.j2

+ 2 - 2
library/compose/netbox/compose.yaml.j2

@@ -1,7 +1,7 @@
 ---
 ---
 services:
 services:
   {{ service_name }}:
   {{ service_name }}:
-    image: docker.io/netboxcommunity/netbox:v4.4.9
+    image: docker.io/netboxcommunity/netbox:v4.5.0
     restart: {{ restart_policy }}
     restart: {{ restart_policy }}
     environment:
     environment:
       {% if container_timezone %}
       {% if container_timezone %}
@@ -77,7 +77,7 @@ services:
       - {{ service_name }}_redis-cache
       - {{ service_name }}_redis-cache
 
 
   {{ service_name }}_worker:
   {{ service_name }}_worker:
-    image: docker.io/netboxcommunity/netbox:v4.4.9
+    image: docker.io/netboxcommunity/netbox:v4.5.0
     restart: {{ restart_policy }}
     restart: {{ restart_policy }}
     command:
     command:
       - /opt/netbox/venv/bin/python
       - /opt/netbox/venv/bin/python