Просмотр исходного кода

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

renovate[bot] 2 месяцев назад
Родитель
Сommit
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:
   {{ service_name }}:
-    image: docker.io/netboxcommunity/netbox:v4.4.9
+    image: docker.io/netboxcommunity/netbox:v4.5.0
     restart: {{ restart_policy }}
     environment:
       {% if container_timezone %}
@@ -77,7 +77,7 @@ services:
       - {{ service_name }}_redis-cache
 
   {{ service_name }}_worker:
-    image: docker.io/netboxcommunity/netbox:v4.4.9
+    image: docker.io/netboxcommunity/netbox:v4.5.0
     restart: {{ restart_policy }}
     command:
       - /opt/netbox/venv/bin/python