Skip to content

Commit 8d224ef

Browse files
authored
fix(build/al2023): start with latest release version (#2350)
1 parent 57a1283 commit 8d224ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/al2023/provisioners/install-worker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747
################################################################################
4848

4949
# Update the OS to begin with to catch up to the latest packages.
50-
sudo dnf update -y
50+
sudo dnf upgrade -y --releasever=latest
5151

5252
# Install necessary packages
5353
sudo dnf install -y \

0 commit comments

Comments
 (0)