Skip to content

Commit

Permalink
upgrade postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Nov 28, 2024
1 parent 30d009a commit e6482c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
}

docker::container { 'postgres':
image => 'postgres:14',
image => 'postgres:17',
args => [
"--ip ${postgres_ip}",
"-v ${datadir}/postgres:/var/lib/postgresql/data",
Expand Down

0 comments on commit e6482c0

Please sign in to comment.