Update PostgreSQL image

This commit is contained in:
Ana Gelez 2020-08-10 12:33:53 +02:00
parent f340bd50c7
commit 5ea3e73727

View File

@ -48,7 +48,7 @@ local saveCache = cacheConfig("save-cache", { rebuild: true });
// otherwise it does nothing.
local startDb(db) = if db == "postgres" then {
name: "start-db",
image: "postgres:9.6-alpine",
image: "postgres:12.3-alpine",
detach: true,
environment: {
POSTGRES_USER: "postgres",