Compare commits
10 commits
d8f3a9ecd4
...
259d63b66e
| Author | SHA1 | Date | |
|---|---|---|---|
| 259d63b66e | |||
| 0af3ac7b69 | |||
| 3b8682bb52 | |||
| 7d570687c0 | |||
| 1fe4a9bb06 | |||
| 67cfcc5c41 | |||
| f390c5a965 | |||
| 7df34ce5ea | |||
| b94a4a65d3 | |||
|
|
7882370f4a |
2 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ name: check
|
|||
|
||||
services:
|
||||
- name: postgres
|
||||
image: docker.io/library/postgres:17.5
|
||||
image: docker.io/library/postgres:17.6
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
@ -55,7 +55,7 @@ steps:
|
|||
- mix credo
|
||||
|
||||
- name: wait_for_postgres
|
||||
image: docker.io/library/postgres:17.5
|
||||
image: docker.io/library/postgres:17.6
|
||||
commands:
|
||||
# Wait for postgres to become available
|
||||
- |
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ networks:
|
|||
|
||||
services:
|
||||
db:
|
||||
image: postgres:17.5-alpine
|
||||
image: postgres:17.6-alpine
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue