Sfoglia il codice sorgente

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

renovate[bot] 1 anno fa
parent
commit
64fc178d40
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}