Skip to content

Commit

Permalink
update alpine and aws-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
brunodasilvalenga committed Mar 5, 2024
1 parent 067efce commit 88c851b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM alpine:3.13
FROM alpine:3.19

ENV TERRAFORM_VERSION=1.7.4
ENV AWSCLI_VERSION=1.19.73


VOLUME ["/work"]

Expand All @@ -26,8 +24,8 @@ RUN apk --no-cache update && \
jq \
gettext-dev \
g++ \
make && \
pip --no-cache-dir install awscli==$AWSCLI_VERSION && \
make \
aws-cli && \
update-ca-certificates && \
curl -sL https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -o /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
unzip /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /usr/bin && \
Expand Down

0 comments on commit 88c851b

Please sign in to comment.