update db job to be tied to postgres alpine 16
This commit is contained in:
parent
a464a915f0
commit
38bbeeba31
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ EOH
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "postgres:alpine"
|
image = "postgres:16-alpine"
|
||||||
ports = ["db"]
|
ports = ["db"]
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|
Loading…
Reference in a new issue