Skip to content

Commit

Permalink
chore: remove pinned version
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Sierkin committed Jul 4, 2023
1 parent d3558bc commit fa979ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ ARG CHECKOV_VERSION=2.1.244
ARG INFRACOST_VERSION=v0.10.18
ARG TFLINT_VERSION=0.45.0
ARG TERRAFORM_DOCS_VERSION=0.16.0
ARG AWS_CLI_VERSION=1.25.97-r0

RUN set -ex && \
apk update && \
Expand Down Expand Up @@ -53,7 +52,7 @@ RUN set -eux \
### Ensure AWS cli version is present and validated
###
RUN set -eux \
&& apk add --no-cache aws-cli-${AWS_CLI_VERSION} \
&& apk add --no-cache aws-cli \
&& aws --version

# Download and install Atlantis
Expand Down

0 comments on commit fa979ee

Please sign in to comment.