Commit 4072449
committed
Update URL for PostgreSQL apt packages.
Our CI builds are failing because the PostgreSQL apt packages can't be
downloaded anymore. This is probably due to the fact that our Docker
image ultimately uses Ubuntu 20.04 Focal as the base OS, which is now
out of long-term support, and so PostgreSQL doesn't support it anymore.
It looks like the packages are still available, but under a different
URL with "archive" in the name. This updates the Dockerfile to point to
that new URL.1 parent 062ff12 commit 4072449
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments