File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3.us-we
8686
8787# Configure SSM
8888RUN set -ex \
89- && yum install -yq https://s3.amazonaws.com/amazon-ssm-us-east-1/3.0.1390.0 /linux_arm64/amazon-ssm-agent.rpm
89+ && yum install -yq https://s3.amazonaws.com/amazon-ssm-us-east-1/latest /linux_arm64/amazon-ssm-agent.rpm
9090
9191# Install env tools for runtimes
9292# # Dotnet
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://s3.us-west-2.amazon
120120RUN set -ex \
121121 && mkdir /tmp/ssm \
122122 && cd /tmp/ssm \
123- && wget -q https://s3.amazonaws.com/amazon-ssm-us-east-1/3.1.1374.0 /debian_amd64/amazon-ssm-agent.deb \
123+ && wget -q https://s3.amazonaws.com/amazon-ssm-us-east-1/latest /debian_amd64/amazon-ssm-agent.deb \
124124 && dpkg -i amazon-ssm-agent.deb
125125
126126# Install AWS CLI v2
You can’t perform that action at this time.
0 commit comments