update db job to be tied to postgres alpine 16 (#78)

Co-authored-by: wizzdom <dom@wizzdom.xyz>
This commit is contained in:
Ayden 2024-12-02 22:55:48 +00:00 committed by GitHub
parent a464a915f0
commit f3e5ae5e2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ EOH
}
config {
image = "postgres:latest"
image = "postgres:16-alpine"
ports = ["db"]
volumes = [

View file

@ -126,7 +126,7 @@ EOH
driver = "docker"
config {
image = "postgres:alpine"
image = "postgres:16-alpine"
ports = ["db"]
volumes = [