File tree 2 files changed +2
-2
lines changed
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
86
86
87
87
# Configure SSM
88
88
RUN 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
90
90
91
91
# Install env tools for runtimes
92
92
# # 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
120
120
RUN set -ex \
121
121
&& mkdir /tmp/ssm \
122
122
&& 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 \
124
124
&& dpkg -i amazon-ssm-agent.deb
125
125
126
126
# Install AWS CLI v2
You can’t perform that action at this time.
0 commit comments