mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 21:11:01 +00:00
Update PostgreSQL image
This commit is contained in:
parent
f340bd50c7
commit
5ea3e73727
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue