ci: 👷 Use vanilla PostgreSQL 17 in CI tests

This commit is contained in:
Jesse Wierzbinski 2025-03-30 22:12:40 +02:00
parent 37f68bbffd
commit 9d79543951
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: