Make use of alpine postgresql image

This commit is contained in:
Jelmer Draaijer 2024-03-22 08:09:13 +01:00
parent 1e62e848b6
commit caac9a47a0
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ jobs:
services:
postgres:
image: postgres:12
image: postgres:13-alpine
env:
POSTGRES_USER: ${{ env.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}

View file

@ -1,6 +1,6 @@
services:
postgres:
image: postgres:13
image: postgres:13-alpine
environment:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_DB: modelutils