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

Merge pull request #1730 from ChristianLempa/renovate/docker.io-library-postgres-18.x

chore(deps): update docker.io/library/postgres docker tag to v18.2
Christian Lempa 1 день назад
Родитель
Сommit
0690bb7566

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

@@ -1,6 +1,6 @@
 services:
   {{ service_name }}:
-    image: docker.io/library/postgres:18.1
+    image: docker.io/library/postgres:18.2
     {#
       If not in swarm mode, apply restart policy and container_name,
       else swarm mode handles restarts via deploy.restart_policy

+ 2 - 2
library/compose/postgres/template.yaml

@@ -16,9 +16,9 @@ metadata:
     GitHub: https://github.com/postgres/postgres
 
     '
-  version: 18.1
+  version: 18.2
   author: Christian Lempa
-  date: '2025-12-11'
+  date: '2026-02-13'
   tags:
     - swarm
   draft: true