diff options
author | Brian McCarthy <brian.mccarthy@mongodb.com> | 2021-01-26 14:59:22 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-02-12 14:28:24 +0000 |
commit | d707a0ed2c41bf500bee0e93331d6e54510c9a58 (patch) | |
tree | 1cdd7024750d1c6fe50979ccce3b9119bb685e3b /buildscripts | |
parent | 7a677a9c2e7cc070523ed47aa8936f0e711c0e43 (diff) | |
download | mongo-d707a0ed2c41bf500bee0e93331d6e54510c9a58.tar.gz |
SERVER-54058 Update Debian 10 AMI for package testing
(cherry picked from commit acf4722f7c235c5f740151b43c0de5875be67b91)
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/package_test/.kitchen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/package_test/.kitchen.yml b/buildscripts/package_test/.kitchen.yml index d819925b085..55934daf05a 100644 --- a/buildscripts/package_test/.kitchen.yml +++ b/buildscripts/package_test/.kitchen.yml @@ -57,7 +57,7 @@ platforms: username: admin - name: debian10-x86-64 driver: - image_id: ami-02ad06066b040a84b + image_id: ami-0dedf6a6502877301 transport: username: admin - name: rhel62-x86-64 |