Bump vm-builder v0.17.5 -> v0.17.10 (#5334)

Only notable change is including neondatabase/autoscaling#523, which we
hope will help with making sure that TCP connections are properly
terminated before shutdown (which hopefully fixes a leak in the
pageserver).
This commit is contained in:
Em Sharnoff
2023-09-18 10:30:34 -07:00
committed by GitHub
parent 70b17981a7
commit 18f3a706da

View File

@@ -834,7 +834,7 @@ jobs:
run:
shell: sh -eu {0}
env:
VM_BUILDER_VERSION: v0.17.5
VM_BUILDER_VERSION: v0.17.10
steps:
- name: Checkout