update db job to be tied to postgres alpine 16 (#78)
Co-authored-by: wizzdom <dom@wizzdom.xyz>
This commit is contained in:
parent
a464a915f0
commit
f3e5ae5e2b
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ EOH
|
||||||
}
|
}
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "postgres:latest"
|
image = "postgres:16-alpine"
|
||||||
ports = ["db"]
|
ports = ["db"]
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|
|
@ -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