Bläddra i källkod

Merge pull request #1729 from ChristianLempa/renovate/docker.io-library-postgres-17.x

chore(deps): update docker.io/library/postgres docker tag to v17.8
Christian Lempa 1 dag sedan
förälder
incheckning
5cfadf17cc

+ 1 - 1
library/compose/authentik/compose.yaml.j2

@@ -133,7 +133,7 @@ services:
   #}
   {% if not database_external %}
   {{ service_name }}_postgres:
-    image: docker.io/library/postgres:17.7
+    image: docker.io/library/postgres:17.8
     restart: {{ restart_policy }}
     environment:
       - POSTGRES_USER={{ database_user }}

+ 1 - 1
library/compose/gitea/compose.yaml.j2

@@ -63,7 +63,7 @@ services:
 
   {% if not database_external and database_type == "postgres" %}
   {{ service_name }}_db:
-    image: docker.io/library/postgres:17.7
+    image: docker.io/library/postgres:17.8
     restart: {{ restart_policy }}
     environment:
       - TZ={{ container_timezone }}

+ 1 - 1
library/compose/grafana/compose.yaml.j2

@@ -68,7 +68,7 @@ services:
 
   {% if not database_external and database_type == "postgres" %}
   {{ service_name }}_db:
-    image: docker.io/library/postgres:17.7
+    image: docker.io/library/postgres:17.8
     restart: {{ restart_policy }}
     environment:
       - POSTGRES_USER={{ database_user }}

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

@@ -153,7 +153,7 @@ services:
 
   {% if not database_external %}
   {{ service_name }}_postgres:
-    image: docker.io/library/postgres:17.7
+    image: docker.io/library/postgres:17.8
     restart: {{ restart_policy }}
     environment:
       {% if container_timezone %}

+ 1 - 1
library/compose/nextcloud/compose.yaml.j2

@@ -91,7 +91,7 @@ services:
     volumes:
       - nextcloud-db:/var/lib/mysql
     {% elif database_type == 'postgres' %}
-    image: docker.io/library/postgres:17.7
+    image: docker.io/library/postgres:17.8
     {% if not swarm_enabled %}
     restart: {{ restart_policy }}
     container_name: {{ service_name }}-db

+ 1 - 1
library/compose/semaphoreui/compose.yaml.j2

@@ -55,7 +55,7 @@ services:
 
   {% if not database_external and database_type == "postgres" %}
   {{ service_name }}_db:
-    image: docker.io/library/postgres:17.7
+    image: docker.io/library/postgres:17.8
     restart: {{ restart_policy }}
     environment:
       - POSTGRES_USER={{ database_user }}