Skip to content

Commit

Permalink
Pin docker-compose postgres to 15 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 authored Apr 11, 2024
1 parent 92232d3 commit 6e53f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
RABBITMQ_DEFAULT_PASS: wanda

postgres:
image: postgres:latest
image: postgres:15
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
RABBITMQ_DEFAULT_USER: wanda
RABBITMQ_DEFAULT_PASS: wanda
postgres:
image: postgres:latest
image: postgres:15
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit 6e53f44

Please sign in to comment.