Skip to content

Commit

Permalink
Lock version, see #62
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Sep 14, 2023
1 parent 9e73e9f commit 78bde86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ LABEL org.opencontainers.image.licenses=MIT
RUN apt-get update -y && apt-get install -y unzip curl

ENV TF_PLUGIN_CACHE_DIR="/root/.terraform.d/plugin-cache"
ENV TERRAFORM_VERSION="1.5.0"
# Don't upgrade beyond 1.5 until license issue is resolved
# https://github.com/winglang/wing-github-action/issues/62
ENV TERRAFORM_VERSION="1.5.7"
RUN mkdir -p ${TF_PLUGIN_CACHE_DIR}

# Install Terraform
Expand Down

0 comments on commit 78bde86

Please sign in to comment.