Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Update postgres Docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent 4bbcdd0 commit cceee8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
postgres-hyproof-api:
image: postgres:16.4-alpine
image: postgres:17.0-alpine
container_name: postgres-hyproof-api
ports:
- 5432:5432
Expand All @@ -14,7 +14,7 @@ services:
- POSTGRES_DB=sqnc-hyproof-api

postgres-identity-service:
image: postgres:16.4-alpine
image: postgres:17.0-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
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
postgres-hyproof-api:
image: postgres:16.4-alpine
image: postgres:17.0-alpine
container_name: postgres-hyproof-api
ports:
- 5432:5432
Expand All @@ -14,7 +14,7 @@ services:
- POSTGRES_DB=sqnc-hyproof-api

postgres-identity-service:
image: postgres:16.4-alpine
image: postgres:17.0-alpine
container_name: postgres-identity
ports:
- 5433:5432
Expand Down

0 comments on commit cceee8a

Please sign in to comment.