Skip to content

Commit

Permalink
Update postgres Docker tag to v17 (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 92b9a67 commit 69c9bd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:

# -------------------- alice -------------------------------#
postgres-veritable-ui-alice:
image: postgres:16.4-alpine
image: postgres:17.0-alpine
container_name: postgres-veritable-ui-alice
ports:
- 5432:5432
Expand All @@ -31,7 +31,7 @@ services:
- POSTGRES_DB=veritable-ui
postgres-veritable-cloudagent-alice:
container_name: postgres-veritable-cloudagent-alice
image: postgres:16.4-alpine
image: postgres:17.0-alpine
restart: on-failure
volumes:
- postgres-veritable-cloudagent-alice:/var/lib/postgresql/data
Expand Down Expand Up @@ -104,7 +104,7 @@ services:
- SMTP_PORT=25
- SMTP_USER=
postgres-veritable-ui-bob:
image: postgres:16.4-alpine
image: postgres:17.0-alpine
container_name: postgres-veritable-ui-bob
ports:
- 5433:5432
Expand All @@ -116,7 +116,7 @@ services:
- POSTGRES_DB=veritable-ui
postgres-veritable-cloudagent-bob:
container_name: postgres-veritable-cloudagent-bob
image: postgres:16.4-alpine
image: postgres:17.0-alpine
restart: on-failure
volumes:
- postgres-veritable-cloudagent-bob:/var/lib/postgresql/data
Expand Down

0 comments on commit 69c9bd8

Please sign in to comment.