Просмотр исходного кода

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

renovate[bot] 1 год назад
Родитель
Сommit
12f2fd1e51
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
     #   change the connection settings in the `authentik-server` and
     #   `authentik-worker`.
-    image: docker.io/library/postgres:17.3
+    image: docker.io/library/postgres:17.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:17.3
+    image: docker.io/library/postgres:17.4
     container_name: postgres
     environment:
       - POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}