瀏覽代碼

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

renovate[bot] 2 月之前
父節點
當前提交
23ce06f998
共有 1 個文件被更改,包括 2 次插入2 次删除
  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