Skip to content

Commit

Permalink
Update postgres Docker tag to v17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent e909412 commit c09ebff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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:17.1@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5
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:17.1@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5
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:17.1@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5
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:17.1@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5
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:17.1@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5
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:17.1@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5
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:17.1@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5
volumes:
- community_manager_data:/var/lib/postgresql/data
environment:
Expand Down Expand Up @@ -572,7 +572,7 @@ services:
profiles: [ "production", "testing", "development" ]
networks:
- email-service-db
image: postgres:17.0@sha256:f176fef320ed02c347e9f85352620945547a9a23038f02b57cf7939a198182ae
image: postgres:17.1@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5
volumes:
- email_service_data:/var/lib/postgresql/data
environment:
Expand Down

0 comments on commit c09ebff

Please sign in to comment.