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 runs-on: ubuntu-latest
services: services:
postgres: postgres:
image: ghcr.io/versia-pub/postgres:main image: postgres:17-alpine
ports: ports:
- 5432:5432 - 5432:5432
env: env:

View file

@ -272,7 +272,7 @@ services:
NUXT_PUBLIC_API_HOST: https://${DOMAIN}:${PORT} NUXT_PUBLIC_API_HOST: https://${DOMAIN}:${PORT}
db: db:
image: ghcr.io/versia-pub/postgres:main image: postgres:17-alpine
container_name: ${CONTAINER_NAMES[2]} container_name: ${CONTAINER_NAMES[2]}
restart: unless-stopped restart: unless-stopped
environment: environment: