Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 9cb1c23 commit ad09d2e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions docker-compose-3-persona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ networks:
services:
# -------------------------------------------------------------------- member-a
member-a-postgres-matchmaker-api:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: member-a-postgres-matchmaker-api
ports:
- 5432:5432
Expand All @@ -31,7 +31,7 @@ services:
networks: ['member-a']

member-a-postgres-identity:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: member-a-postgres-identity
ports:
- 5433:5432
Expand Down Expand Up @@ -124,7 +124,7 @@ services:

# -------------------------------------------------------------------- member-b
member-b-postgres-matchmaker-api:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: member-b-postgres-matchmaker-api
ports:
- 5442:5432
Expand All @@ -137,7 +137,7 @@ services:
networks: ['member-b']

member-b-postgres-identity:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: member-b-postgres-identity
ports:
- 5443:5432
Expand Down Expand Up @@ -231,7 +231,7 @@ services:
# ------------------------------------------------------------------- optimiser

optimiser-postgres-matchmaker-api:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: optimiser-postgres-matchmaker-api
ports:
- 5452:5432
Expand All @@ -244,7 +244,7 @@ services:
networks: ['optimiser']

optimiser-postgres-identity:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: optimiser-postgres-identity
ports:
- 5453:5432
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres-matchmaker-api:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: postgres-matchmaker-api
ports:
- 5432:5432
Expand All @@ -12,7 +12,7 @@ services:
- POSTGRES_DB=sqnc-matchmaker-api

postgres-identity-service:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: postgres-identity
ports:
- 5433:5432
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres-matchmaker-api:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: postgres-matchmaker-api
ports:
- 5432:5432
Expand All @@ -12,7 +12,7 @@ services:
- POSTGRES_DB=sqnc-matchmaker-api

postgres-identity-service:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: postgres-identity
ports:
- 5433:5432
Expand Down

0 comments on commit ad09d2e

Please sign in to comment.