Skip to content

Commit

Permalink
Update postgres Docker tag to v17.2 (#248)
Browse files Browse the repository at this point in the history
* Update postgres Docker tag to v17.2

* Updating version to 0.15.5

---------

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 b092e35 commit 6b73751
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
- SMTP_SECURE=false
- COMPANY_PROFILE_API_KEY=${VERITABLE_COMPANY_PROFILE_API_KEY:-API_KEY}
postgres-veritable-ui-alice:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: postgres-veritable-ui-alice
ports:
- 5432:5432
Expand All @@ -83,7 +83,7 @@ services:
- POSTGRES_DB=veritable-ui
postgres-veritable-cloudagent-alice:
container_name: postgres-veritable-cloudagent-alice
image: postgres:17.1-alpine
image: postgres:17.2-alpine
restart: on-failure
volumes:
- postgres-veritable-cloudagent-alice:/var/lib/postgresql/data
Expand Down Expand Up @@ -161,7 +161,7 @@ services:
- COMPANY_PROFILE_API_KEY=${VERITABLE_COMPANY_PROFILE_API_KEY:-API_KEY}

postgres-veritable-ui-bob:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: postgres-veritable-ui-bob
ports:
- 5433:5432
Expand All @@ -173,7 +173,7 @@ services:
- POSTGRES_DB=veritable-ui
postgres-veritable-cloudagent-bob:
container_name: postgres-veritable-cloudagent-bob
image: postgres:17.1-alpine
image: postgres:17.2-alpine
restart: on-failure
volumes:
- postgres-veritable-cloudagent-bob:/var/lib/postgresql/data
Expand Down Expand Up @@ -249,7 +249,7 @@ services:
- COMPANY_PROFILE_API_KEY=${VERITABLE_COMPANY_PROFILE_API_KEY:-API_KEY}

postgres-veritable-ui-charlie:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
container_name: postgres-veritable-ui-charlie
ports:
- 5434:5432
Expand All @@ -261,7 +261,7 @@ services:
- POSTGRES_DB=veritable-ui
postgres-veritable-cloudagent-charlie:
container_name: postgres-veritable-cloudagent-charlie
image: postgres:17.1-alpine
image: postgres:17.2-alpine
restart: on-failure
volumes:
- postgres-veritable-cloudagent-charlie:/var/lib/postgresql/data
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": "veritable-ui",
"version": "0.15.4",
"version": "0.15.5",
"description": "UI for Veritable",
"main": "src/index.ts",
"type": "module",
Expand Down

0 comments on commit 6b73751

Please sign in to comment.