Compare commits
5 commits
caebcefb8c
...
a3aa61a89e
| Author | SHA1 | Date | |
|---|---|---|---|
| a3aa61a89e | |||
| 968ad9a8fd | |||
| 2d259e8083 | |||
| 15bc2223f0 | |||
|
|
110e7f6cbd |
3 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ name: check
|
|||
|
||||
services:
|
||||
- name: postgres
|
||||
image: docker.io/library/postgres:17.6
|
||||
image: docker.io/library/postgres:17.7
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
@ -57,7 +57,7 @@ steps:
|
|||
- mix gettext.extract --check-up-to-date
|
||||
|
||||
- name: wait_for_postgres
|
||||
image: docker.io/library/postgres:17.6
|
||||
image: docker.io/library/postgres:17.7
|
||||
commands:
|
||||
# Wait for postgres to become available
|
||||
- |
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
db-prod:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17.7-alpine
|
||||
container_name: mv-prod-db
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
db:
|
||||
image: postgres:17.6-alpine
|
||||
image: postgres:17.7-alpine
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue