We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 083f89d + 2b7f711 commit 72d55b9Copy full SHA for 72d55b9
packer/linux/scripts/install-lifecycled.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -eu -o pipefail
3
4
-LIFECYCLED_VERSION=v3.0.2
+LIFECYCLED_VERSION=v3.2.0
5
6
MACHINE=$(uname -m)
7
packer/windows/scripts/install-lifecycled.ps1
# Stop script execution when a non-terminating error occurs
$ErrorActionPreference = "Stop"
-$lifecycled_version = "v3.0.2"
+$lifecycled_version = "v3.2.0"
Write-Output "Installing lifecycled ${lifecycled_version}..."
0 commit comments