postgres to alpine and runs on to latest ubuntu (#1576)

* using ubuntu-latest instead of ubuntu-18.04

* appending -alpine to postgres

on workflow and in documentations

* Revert "using ubuntu-latest instead of ubuntu-18.04"

This reverts commit 7f84b1c99a6c25141b3f83034b67aa5a25ad3349.

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
This commit is contained in:
Tobias Lindberg
2021-05-02 13:55:34 +02:00
committed by GitHub
parent af421ea913
commit 6050dc53f3
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ jobs:
services:
db:
image: postgres:13
image: postgres:13-alpine
ports: ["5432:5432"]
env:
POSTGRES_PASSWORD: postgres