update db job to be tied to postgres alpine 16

This commit is contained in:
Ayden Jahola 2024-12-02 22:48:13 +00:00
parent a464a915f0
commit 38bbeeba31
No known key found for this signature in database
GPG key ID: 71DD90AE4AE92742

View file

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