Bump vm-builder v0.18.2 -> v0.18.4 (#5666)

Only applicable change was neondatabase/autoscaling#584, setting
pgbouncer auth_dbname=postgres in order to fix superuser connections
from preventing dropping databases.
This commit is contained in:
Em Sharnoff
2023-10-26 12:04:57 -07:00
committed by GitHub
parent 116c342cad
commit 39b148b74e

View File

@@ -847,7 +847,7 @@ jobs:
run:
shell: sh -eu {0}
env:
VM_BUILDER_VERSION: v0.18.2
VM_BUILDER_VERSION: v0.18.5
steps:
- name: Checkout