#!/usr/bin/env bash

set -e
cd "${REPO_NAME}" || exit 1
docker compose run --rm --build update-lockfile "$1"
