Browse Source

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

renovate[bot] 1 năm trước cách đây
mục cha
commit
d40d0a1dcc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.5
+    image: docker.io/library/postgres:16.6
     container_name: authentik-db
     environment:
       - POSTGRES_USER=${POSTGRES_USER:-authentik}