diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 214357f9..5ddc45d1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: ghcr.io/versia-pub/postgres:main + image: postgres:17-alpine ports: - 5432:5432 env: diff --git a/scripts/versia-install.sh b/scripts/versia-install.sh index 04c7a2a6..80b7544c 100755 --- a/scripts/versia-install.sh +++ b/scripts/versia-install.sh @@ -272,7 +272,7 @@ services: NUXT_PUBLIC_API_HOST: https://${DOMAIN}:${PORT} db: - image: ghcr.io/versia-pub/postgres:main + image: postgres:17-alpine container_name: ${CONTAINER_NAMES[2]} restart: unless-stopped environment: