Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:alpine

RUN apk add --no-cache \
python \
Expand All @@ -16,7 +16,7 @@ RUN apk add --no-cache \
pip install --no-cache-dir --upgrade pip awscli && \
aws configure set preview.cloudfront true

ENV TERRAFORM_VERSION 0.12.29
ENV TERRAFORM_VERSION 0.13.3

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