From 599bd0e1a8de1ed38e4a9edbdddd23afe9c4b26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sas=CC=8Ca=20Tomic=CC=81?= Date: Wed, 12 Jul 2023 17:19:18 +0200 Subject: [PATCH] chore: Bump up the universal VM version for the Ansible-deployed testnets --- testnet/ansible/roles/ic_guest/tasks/disk_pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet/ansible/roles/ic_guest/tasks/disk_pull.yml b/testnet/ansible/roles/ic_guest/tasks/disk_pull.yml index 1dcc5a12c7c..e2d9f72ba1e 100644 --- a/testnet/ansible/roles/ic_guest/tasks/disk_pull.yml +++ b/testnet/ansible/roles/ic_guest/tasks/disk_pull.yml @@ -12,7 +12,7 @@ PROXY_CONNECT_TIMEOUT=5 PROXY_CDN_URL="http://download.proxy-global.dfinity.network:8080" CDN_URL="https://download.dfinity.systems" - DEFAULT_UNIVERSAL_VM_IMG_SHA256="ca2ddfab45f940564503e2edf3d2c02acc05988edde4e3a7400355bd22d69d44" + DEFAULT_UNIVERSAL_VM_IMG_SHA256="93c094b72786ca1e5a47776ff8dba48d10ffa2bcd28701fc9759baa175e5558b" declare -A proxy_image_cdn=( [api]="${PROXY_CDN_URL}/ic/{{ ic_git_revision }}/boundary-api-os/disk-img{{ bn_image_type }}"