Skip to content

Commit

Permalink
Updates terraform version to 0.12.23
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Diniz <[email protected]>
  • Loading branch information
arthurbdiniz committed Mar 12, 2020
1 parent a3dd29b commit dcd3cc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.7

ENV TERRAFORM_VERSION=0.12.20
ENV TERRAFORM_VERSION=0.12.23
ENV AWSCLI_VERSION=1.17.14

VOLUME ["/work"]
Expand Down Expand Up @@ -33,8 +33,8 @@ RUN apk --no-cache add \
zip=3.0-r4 && \
pip --no-cache-dir install awscli==$AWSCLI_VERSION && \
update-ca-certificates && \
rm -rf /var/tmp/ && \
rm -rf /tmp/* && \
rm -rf /var/tmp/ && \
rm -rf /tmp/* && \
rm -rf /var/cache/apk/*

COPY scripts /opt/scripts
Expand Down

0 comments on commit dcd3cc0

Please sign in to comment.