From 9d7954395197cfeb5f8f1bc73b994df25b2584d3 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sun, 30 Mar 2025 22:12:40 +0200 Subject: [PATCH] ci: :construction_worker: Use vanilla PostgreSQL 17 in CI tests --- .github/workflows/tests.yml | 2 +- scripts/versia-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: