We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d21fa5 commit eed662bCopy full SHA for eed662b
1 file changed
apps/aws-signing-helper/Dockerfile
@@ -18,7 +18,7 @@ RUN \
18
libc6-compat \
19
libgcc \
20
&& mkdir -p /app/bin \
21
- && curl -fsSL -o /tmp/aws-signing-helper "https://rolesanywhere.amazonaws.com/releases/${VERSION}/${ARCH}/Linux/aws_signing_helper" \
+ && curl -fsSL -o /tmp/aws-signing-helper "https://rolesanywhere.amazonaws.com/releases/${VERSION}/${ARCH}/Linux/Amzn2023/aws_signing_helper" \
22
&& mv -t /app/bin /tmp/aws-signing-helper \
23
&& chown -R root:root /app \
24
&& chmod -R 755 /app \
0 commit comments