Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent e9002e2 commit c6f1e04
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:16.3
restart: always
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: example
POSTGRES_DB: demo

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

0 comments on commit c6f1e04

Please sign in to comment.