WIP: feature/backpex-migration #92

Closed
moritz wants to merge 50 commits from feature/backpex-migration into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 66b094e3d5 - Show all commits

View file

@ -4,7 +4,7 @@ name: check
services:
- name: postgres
image: docker.io/library/postgres:17.2
image: docker.io/library/postgres:17.5
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@ -35,7 +35,7 @@ steps:
- mix credo
- name: wait_for_postgres
image: docker.io/library/postgres:17.2
image: docker.io/library/postgres:17.5
commands:
# Wait for postgres to become available
- |

View file

@ -1,6 +1,6 @@
services:
db:
image: postgres:17.2-alpine
image: postgres:17.5-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres