소스 검색

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 일 전
부모
커밋
0690bb7566
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      library/compose/postgres/compose.yaml.j2
  2. 2 2
      library/compose/postgres/template.yaml

+ 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