Pārlūkot izejas kodu

chore(deps): update docker.io/library/postgres docker tag to v18.2

renovate[bot] 1 dienu atpakaļ
vecāks
revīzija
9a7dac1e92
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      library/compose/postgres/compose.yaml.j2

+ 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