瀏覽代碼

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

chore(deps): update docker.io/library/postgres docker tag to v17.7
Christian Lempa 3 月之前
父節點
當前提交
a8220f3ade

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

@@ -93,7 +93,7 @@ services:
 
   {% if not database_external %}
   {{ service_name }}-postgres:
-    image: docker.io/library/postgres:17.6
+    image: docker.io/library/postgres:17.7
     container_name: {{ service_name }}-db
     env_file:
       - .env.postgres

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

@@ -43,7 +43,7 @@ services:
 
   {% if not database_external %}
   {{ service_name }}-postgres:
-    image: docker.io/library/postgres:17.6
+    image: docker.io/library/postgres:17.7
     container_name: {{ service_name }}-db
     env_file:
       - .env.postgres

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

@@ -59,7 +59,7 @@ services:
     volumes:
       - nextcloud-db:/var/lib/mysql
     {% elif database_type == 'postgres' %}
-    image: docker.io/library/postgres:17.6
+    image: docker.io/library/postgres:17.7
     container_name: {{ service_name | default('nextcloud') }}-db
     environment:
       - TZ={{ container_timezone | default('UTC') }}

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

@@ -1,6 +1,6 @@
 services:
   {{ service_name | default('postgres') }}:
-    image: docker.io/library/postgres:17.6
+    image: docker.io/library/postgres:17.7
     container_name: {{ container_name | default('postgres') }}
     environment:
       - POSTGRES_INITDB_ARGS={{ postgres_initdb_args | default('--data-checksums') }}

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

@@ -71,7 +71,7 @@ services:
     restart: {{ restart_policy }}
   {% elif database_type == 'postgres' %}
   {{ service_name }}-postgres:
-    image: docker.io/library/postgres:17.6
+    image: docker.io/library/postgres:17.7
     container_name: {{ service_name }}-postgres
     env_file:
       - .env.database