Kaynağa Gözat

chore(deps): update docker.io/library/postgres docker tag to v16.5

renovate[bot] 1 yıl önce
ebeveyn
işleme
64fc178d40
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docker-compose/authentik/compose.yaml

+ 1 - 1
docker-compose/authentik/compose.yaml

@@ -1,7 +1,7 @@
 ---
 services:
   postgres:
-    image: docker.io/library/postgres:16.4
+    image: docker.io/library/postgres:16.5
     container_name: authentik-db
     environment:
       - POSTGRES_USER=${POSTGRES_USER:-authentik}