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 cdafda9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM public.ecr.aws/aws-cli/aws-cli:2.17.20
FROM alpine:3.20
RUN apk --no-cache add ca-certificates libc6-compat \
&& rm -rf /var/cache/apk/*
RUN update-ca-certificates
WORKDIR /usr/local/bin
RUN curl -O https://rolesanywhere.amazonaws.com/releases/1.2.0/X86_64/Linux/aws_signing_helper
RUN curl -O https://rolesanywhere.amazonaws.com/releases/1.2.1/X86_64/Linux/aws_signing_helper
RUN chmod a+x aws_signing_helper
USER 1000

0 comments on commit cdafda9

Please sign in to comment.