Skip to content

Commit fb0c281

Browse files
committed
Upgrade cfn bootstrap
1 parent 4574ee5 commit fb0c281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-environment/recipes/install/cfn_bootstrap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
not_if { ::File.exist?("#{virtualenv_path}/bin/activate") }
3434
end
3535

36-
cfnbootstrap_version = '2.0-32'
36+
cfnbootstrap_version = '2.0-33'
3737
cfnbootstrap_package = "aws-cfn-bootstrap-py3-#{cfnbootstrap_version}.tar.gz"
3838

3939
region = node['cluster']['region']

0 commit comments

Comments
 (0)