瀏覽代碼

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

renovate[bot] 1 年之前
父節點
當前提交
64fc178d40
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}