Sfoglia il codice sorgente

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

renovate[bot] 1 anno fa
parent
commit
ea5e248c03

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

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

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

@@ -1,7 +1,7 @@
 ---
 services:
   postgres:
-    image: docker.io/library/postgres:16.3
+    image: docker.io/library/postgres:16.4
     container_name: postgres
     environment:
       - POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}