Sfoglia il codice sorgente

Merge pull request #974 from ChristianLempa/renovate/docker.io-library-postgres-17.x

chore(deps): update docker.io/library/postgres docker tag to v17.5
Christoph Schug 11 mesi fa
parent
commit
7d875b10e9

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

@@ -106,7 +106,7 @@ services:
     #   Alternatively, you can host your PostgreSQL database externally, and
     #   Alternatively, you can host your PostgreSQL database externally, and
     #   change the connection settings in the `authentik-server` and
     #   change the connection settings in the `authentik-server` and
     #   `authentik-worker`.
     #   `authentik-worker`.
-    image: docker.io/library/postgres:17.4
+    image: docker.io/library/postgres:17.5
     container_name: authentik-db
     container_name: authentik-db
     environment:
     environment:
       - POSTGRES_USER=${POSTGRES_USER:-authentik}
       - POSTGRES_USER=${POSTGRES_USER:-authentik}

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

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