diff --git a/aws/microvm-agent/Dockerfile b/aws/microvm-agent/Dockerfile index 5a354d85f..a3c77fb5b 100644 --- a/aws/microvm-agent/Dockerfile +++ b/aws/microvm-agent/Dockerfile @@ -14,7 +14,7 @@ RUN dnf install -y \ RUN curl -fsSL https://cli.github.com/packages/rpm/gh-cli.repo \ -o /etc/yum.repos.d/gh-cli.repo \ - && dnf install -y gh-2.96.0-1 \ + && dnf install -y gh \ && dnf clean all \ && gh --version diff --git a/cli/templates/aws/microvm-agent/Dockerfile b/cli/templates/aws/microvm-agent/Dockerfile index 5a354d85f..a3c77fb5b 100644 --- a/cli/templates/aws/microvm-agent/Dockerfile +++ b/cli/templates/aws/microvm-agent/Dockerfile @@ -14,7 +14,7 @@ RUN dnf install -y \ RUN curl -fsSL https://cli.github.com/packages/rpm/gh-cli.repo \ -o /etc/yum.repos.d/gh-cli.repo \ - && dnf install -y gh-2.96.0-1 \ + && dnf install -y gh \ && dnf clean all \ && gh --version