Skip to content

Commit 40652c4

Browse files
committed
Terraform 0.12.27
1 parent 7f69ded commit 40652c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apk add --no-cache \
1616
pip install --no-cache-dir --upgrade pip awscli && \
1717
aws configure set preview.cloudfront true
1818

19-
ENV TERRAFORM_VERSION 0.12.25
19+
ENV TERRAFORM_VERSION 0.12.27
2020

2121
RUN wget -O terraform.zip https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
2222
unzip terraform.zip -d /usr/local/bin && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
Docker-powered build/deployment environment for Node.js projects on AWS. This Docker image is intended for use with [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) and [AWS CodeBuild](https://aws.amazon.com/codebuild).
66

7-
This image is based on node:14-alpine and has Terraform 0.12.25, the AWS CLI and Yarn installed (see Dockerfile for all other installed utilities).
7+
This image is based on node:14-alpine and has Terraform 0.12.27, the AWS CLI and Yarn installed (see Dockerfile for all other installed utilities).
88

99
See [serverless-node-dynamodb-ui](https://github.com/jch254/serverless-node-dynamodb-ui) for an example of this image in action.

0 commit comments

Comments
 (0)