Skip to content

Commit

Permalink
Update postgres Docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 3255331 commit 58a208e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- api-key-manager-db
image: postgres:15.7@sha256:68b988a164c8bdf0752fa7a4ae2d4b34a058e21c6327e69f741c081a38e97254
image: postgres:17.0@sha256:8d3be35b184e70d81e54cbcbd3df3c0b47f37d06482c0dd1c140db5dbcc6a808
volumes:
- api_key_manager_data:/var/lib/postgresql/data
environment:
Expand Down Expand Up @@ -124,7 +124,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- document-manager-db
image: postgres:15.7@sha256:68b988a164c8bdf0752fa7a4ae2d4b34a058e21c6327e69f741c081a38e97254
image: postgres:17.0@sha256:8d3be35b184e70d81e54cbcbd3df3c0b47f37d06482c0dd1c140db5dbcc6a808
volumes:
- document_manager_data:/var/lib/postgresql/data
environment:
Expand Down Expand Up @@ -159,7 +159,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- backend-db
image: postgres:15.7@sha256:68b988a164c8bdf0752fa7a4ae2d4b34a058e21c6327e69f741c081a38e97254
image: postgres:17.0@sha256:8d3be35b184e70d81e54cbcbd3df3c0b47f37d06482c0dd1c140db5dbcc6a808
volumes:
- backend_data:/var/lib/postgresql/data
environment:
Expand Down Expand Up @@ -251,7 +251,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- internal-storage-db
image: postgres:15.7@sha256:68b988a164c8bdf0752fa7a4ae2d4b34a058e21c6327e69f741c081a38e97254
image: postgres:17.0@sha256:8d3be35b184e70d81e54cbcbd3df3c0b47f37d06482c0dd1c140db5dbcc6a808
volumes:
- internal_storage_data:/var/lib/postgresql/data
environment:
Expand All @@ -268,7 +268,7 @@ services:
profiles: [ "production", "testing", "development", "init" ]
networks:
- keycloak-db
image: postgres:15.7@sha256:68b988a164c8bdf0752fa7a4ae2d4b34a058e21c6327e69f741c081a38e97254
image: postgres:17.0@sha256:8d3be35b184e70d81e54cbcbd3df3c0b47f37d06482c0dd1c140db5dbcc6a808
volumes:
- keycloak_data:/var/lib/postgresql/data
environment:
Expand Down Expand Up @@ -431,7 +431,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- qa-service-db
image: postgres:15.7@sha256:68b988a164c8bdf0752fa7a4ae2d4b34a058e21c6327e69f741c081a38e97254
image: postgres:17.0@sha256:8d3be35b184e70d81e54cbcbd3df3c0b47f37d06482c0dd1c140db5dbcc6a808
volumes:
- qa_service_data:/var/lib/postgresql/data
environment:
Expand Down Expand Up @@ -485,7 +485,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- community-manager-db
image: postgres:15.7@sha256:68b988a164c8bdf0752fa7a4ae2d4b34a058e21c6327e69f741c081a38e97254
image: postgres:17.0@sha256:8d3be35b184e70d81e54cbcbd3df3c0b47f37d06482c0dd1c140db5dbcc6a808
volumes:
- community_manager_data:/var/lib/postgresql/data
environment:
Expand Down

0 comments on commit 58a208e

Please sign in to comment.