Przeglądaj źródła

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

renovate[bot] 1 rok temu
rodzic
commit
64fc178d40
1 zmienionych plików z 1 dodań i 1 usunięć
  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}