Skip to content

Commit

Permalink
Update postgres Docker tag to v15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 90b2156 commit d46155d
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 @@ -101,7 +101,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- api-key-manager-db
image: postgres:15.9@sha256:4aea4ddff8a3b411d6644e2cec3748c365189de1a2ffd5a7ac579dfbe45845a0
image: postgres:15.10@sha256:68bb947ec37e6cfd5486c51ecdd122babc3ddaedb490acb913130a7e325d36c5
volumes:
- api_key_manager_data:/var/lib/postgresql/data
environment:
Expand Down Expand Up @@ -140,7 +140,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- document-manager-db
image: postgres:15.9@sha256:4aea4ddff8a3b411d6644e2cec3748c365189de1a2ffd5a7ac579dfbe45845a0
image: postgres:15.10@sha256:68bb947ec37e6cfd5486c51ecdd122babc3ddaedb490acb913130a7e325d36c5
volumes:
- document_manager_data:/var/lib/postgresql/data
environment:
Expand Down Expand Up @@ -179,7 +179,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- backend-db
image: postgres:15.9@sha256:4aea4ddff8a3b411d6644e2cec3748c365189de1a2ffd5a7ac579dfbe45845a0
image: postgres:15.10@sha256:68bb947ec37e6cfd5486c51ecdd122babc3ddaedb490acb913130a7e325d36c5
volumes:
- backend_data:/var/lib/postgresql/data
environment:
Expand Down Expand Up @@ -283,7 +283,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- internal-storage-db
image: postgres:15.9@sha256:4aea4ddff8a3b411d6644e2cec3748c365189de1a2ffd5a7ac579dfbe45845a0
image: postgres:15.10@sha256:68bb947ec37e6cfd5486c51ecdd122babc3ddaedb490acb913130a7e325d36c5
volumes:
- internal_storage_data:/var/lib/postgresql/data
environment:
Expand All @@ -302,7 +302,7 @@ services:
profiles: [ "production", "testing", "development", "init" ]
networks:
- keycloak-db
image: postgres:15.9@sha256:4aea4ddff8a3b411d6644e2cec3748c365189de1a2ffd5a7ac579dfbe45845a0
image: postgres:15.10@sha256:68bb947ec37e6cfd5486c51ecdd122babc3ddaedb490acb913130a7e325d36c5
volumes:
- keycloak_data:/var/lib/postgresql/data
environment:
Expand Down Expand Up @@ -460,7 +460,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- qa-service-db
image: postgres:15.9@sha256:4aea4ddff8a3b411d6644e2cec3748c365189de1a2ffd5a7ac579dfbe45845a0
image: postgres:15.10@sha256:68bb947ec37e6cfd5486c51ecdd122babc3ddaedb490acb913130a7e325d36c5
volumes:
- qa_service_data:/var/lib/postgresql/data
environment:
Expand Down Expand Up @@ -520,7 +520,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- community-manager-db
image: postgres:15.9@sha256:4aea4ddff8a3b411d6644e2cec3748c365189de1a2ffd5a7ac579dfbe45845a0
image: postgres:15.10@sha256:68bb947ec37e6cfd5486c51ecdd122babc3ddaedb490acb913130a7e325d36c5
volumes:
- community_manager_data:/var/lib/postgresql/data
environment:
Expand Down

0 comments on commit d46155d

Please sign in to comment.