Skip to content

Commit 4568c74

Browse files
committed
Upgrade terraform version in tests
1 parent 1a7c07b commit 4568c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM python:3-alpine
22
COPY requirements.txt .
33

4-
ENV TERRAFORM_VERSION=0.12.17
4+
ENV TERRAFORM_VERSION=0.12.18
55
ENV TERRAFORM_ZIP=terraform_${TERRAFORM_VERSION}_linux_amd64.zip
6-
ENV TERRAFORM_SUM=8124c7dfe5036377de0637378ad32cf530477403c29ab1ccefbaa50a05d059c2
6+
ENV TERRAFORM_SUM=e7ebe3ca988768bffe0c239d107645bd53515354cff6cbe5651718195a151700
77

88
RUN apk add -U ca-certificates curl && \
99
cd /tmp && \

0 commit comments

Comments
 (0)