diff --git a/dev.yml b/dev.yml index f1308b2..9505b24 100644 --- a/dev.yml +++ b/dev.yml @@ -1,7 +1,7 @@ docker_services: postgres: - image: "postgres:14.7-alpine" # Keep in sync with .github/workflows/ci.yml - version: "14.7" + image: "postgres:14.12-alpine" # Keep in sync with .github/workflows/ci.yml + version: "14.12" options: "-e POSTGRES_PASSWORD=dev --publish 5432 -v $DATABASE_ROOT/pipeline/postgres:/var/lib/postgresql/data" redis: image: "redis:6.2.6-alpine" # Keep in sync with .github/workflows/ci.yml