Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2023
1 parent dbf6ebc commit 4cf5bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ version: '3.1'
services:

postgres-9-0:
image: postgres:9.0
image: postgres:9.6
restart: always
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: example
POSTGRES_DB: demo

postgres-9-1:
image: postgres:9.1
image: postgres:9.6
restart: always
environment:
POSTGRES_USER: postgres
Expand Down

0 comments on commit 4cf5bb4

Please sign in to comment.