Skip to content

Commit

Permalink
Upgrade to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krmichelos committed Nov 1, 2024
1 parent 8e067fb commit c96bba9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM public.ecr.aws/aws-cli/aws-cli:2.17.20
FROM alpine:3.20
RUN apk --no-cache add libc6-compat \
&& rm -rf /var/cache/apk/*
WORKDIR /usr/local/bin
RUN curl -O https://rolesanywhere.amazonaws.com/releases/1.2.0/X86_64/Linux/aws_signing_helper
RUN chmod a+x aws_signing_helper
ADD https://rolesanywhere.amazonaws.com/releases/1.2.1/X86_64/Linux/aws_signing_helper .
RUN chmod a+rx aws_signing_helper
USER 1000

0 comments on commit c96bba9

Please sign in to comment.