mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
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:
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres:13-alpine
|
||||
image: postgres:13
|
||||
ports: ["5432:5432"]
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
||||
Reference in New Issue
Block a user