We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a1283 commit 8d224efCopy full SHA for 8d224ef
templates/al2023/provisioners/install-worker.sh
@@ -47,7 +47,7 @@ fi
47
################################################################################
48
49
# Update the OS to begin with to catch up to the latest packages.
50
-sudo dnf update -y
+sudo dnf upgrade -y --releasever=latest
51
52
# Install necessary packages
53
sudo dnf install -y \
0 commit comments