Update PostgreSQL image
This commit is contained in:
parent
f340bd50c7
commit
5ea3e73727
@ -48,7 +48,7 @@ local saveCache = cacheConfig("save-cache", { rebuild: true });
|
|||||||
// otherwise it does nothing.
|
// otherwise it does nothing.
|
||||||
local startDb(db) = if db == "postgres" then {
|
local startDb(db) = if db == "postgres" then {
|
||||||
name: "start-db",
|
name: "start-db",
|
||||||
image: "postgres:9.6-alpine",
|
image: "postgres:12.3-alpine",
|
||||||
detach: true,
|
detach: true,
|
||||||
environment: {
|
environment: {
|
||||||
POSTGRES_USER: "postgres",
|
POSTGRES_USER: "postgres",
|
||||||
|
Loading…
Reference in New Issue
Block a user