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

This reverts commit 6050dc53f3.

The alpine images don't work on the Raspberry Pi because its package
sources contains an old version of libseccomp, which causes the time to
be at 1970: https://github.com/docker-library/postgres/issues/812
This commit is contained in:
Adrian Kumpf
2021-05-03 16:39:49 +02:00
parent 289cf788be
commit 6cfb2a24cf
5 changed files with 5 additions and 5 deletions

View File

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