Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17.2 (#525)
Browse files Browse the repository at this point in the history
* chore(deps): update postgres docker tag to v17.2

* Updating version to 3.1.3

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dc-autobot[bot] <181364585+dc-autobot[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dc-autobot[bot] authored Nov 27, 2024
1 parent 7513a3b commit f1dc751
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/sqnc-matchmaker-api",
"version": "3.1.2",
"version": "3.1.3",
"description": "An OpenAPI Matchmaking API service for SQNC",
"main": "src/index.ts",
"type": "module",
Expand Down

0 comments on commit f1dc751

Please sign in to comment.