Skip to content

Commit

Permalink
Upgrade to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krmichelos committed Dec 13, 2024
1 parent b43fb18 commit 4ea4f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM alpine:3.20
RUN apk --no-cache add libc6-compat \
&& rm -rf /var/cache/apk/*
WORKDIR /usr/local/bin
ADD https://rolesanywhere.amazonaws.com/releases/1.3.0/X86_64/Linux/aws_signing_helper .
ADD https://rolesanywhere.amazonaws.com/releases/1.4.0/X86_64/Linux/aws_signing_helper .
RUN chmod a+rx aws_signing_helper
USER 1000

0 comments on commit 4ea4f7d

Please sign in to comment.