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

Commit

Permalink
Update postgres Docker tag to v12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2022
1 parent e3f2b10 commit 050d2b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '2.4'

services:
test-postgres:
image: postgres:12.7
image: postgres:12.12
healthcheck:
test: pg_isready -h 127.0.0.1 -d test_db -U test_user
interval: 5s
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '2.4'

services:
test-postgres:
image: postgres:12.7
image: postgres:12.12
healthcheck:
test: pg_isready -h 127.0.0.1 -d test_db -U test_user
interval: 5s
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '2.4'

services:
postgres:
image: postgres:12.7
image: postgres:12.12
healthcheck:
test: pg_isready -h 127.0.0.1 -d rad_db -U rad_user
interval: 1s
Expand Down

0 comments on commit 050d2b7

Please sign in to comment.