Skip to content

Commit eed662b

Browse files
committed
fix(aws-signing-helper): adjust download url
1 parent 2d21fa5 commit eed662b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/aws-signing-helper/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN \
1818
libc6-compat \
1919
libgcc \
2020
&& mkdir -p /app/bin \
21-
&& curl -fsSL -o /tmp/aws-signing-helper "https://rolesanywhere.amazonaws.com/releases/${VERSION}/${ARCH}/Linux/aws_signing_helper" \
21+
&& curl -fsSL -o /tmp/aws-signing-helper "https://rolesanywhere.amazonaws.com/releases/${VERSION}/${ARCH}/Linux/Amzn2023/aws_signing_helper" \
2222
&& mv -t /app/bin /tmp/aws-signing-helper \
2323
&& chown -R root:root /app \
2424
&& chmod -R 755 /app \

0 commit comments

Comments
 (0)