소스 검색

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

chore(deps): update docker.io/library/postgres docker tag to v17.4
Christoph Schug 1 년 전
부모
커밋
3fdf5678d0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docker-compose/authentik/compose.yaml
  2. 1 1
      docker-compose/postgres/compose.yaml

+ 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.3
+    image: docker.io/library/postgres:17.4
     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.3
+    image: docker.io/library/postgres:17.4
     container_name: postgres
     container_name: postgres
     environment:
     environment:
       - POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}
       - POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}