Skip to content

Commit

Permalink
fix: lock OCI CLI version (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweeman authored Nov 5, 2024
1 parent cfc4381 commit 144c743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine-images/scripts/create-server-golden-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function install_packages() {
function install_cloud_provider_cli() {
curl -LO https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh
chmod +x install.sh
./install.sh --accept-all-defaults
./install.sh --accept-all-defaults --oci-cli-version 3.46.0
rm -f install.sh
}

Expand Down

0 comments on commit 144c743

Please sign in to comment.