From 7dbe00db86522a1fc6395da243504ad9a40a668a Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Wed, 3 May 2023 18:10:57 +0000 Subject: [PATCH] chore: bump terraform from 1.3.4-r3 to r4 in image Looks like 1.3.4-r3 isn't available anymore, and 1.3.4-r4 is available instead. --- scripts/Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile.base b/scripts/Dockerfile.base index 90c60b2e7686a..6dd3daea4019d 100644 --- a/scripts/Dockerfile.base +++ b/scripts/Dockerfile.base @@ -12,7 +12,7 @@ RUN apk add --no-cache \ bash \ git \ openssh-client \ - terraform=1.3.4-r3 && \ + terraform=1.3.4-r4 && \ addgroup \ -g 1000 \ coder && \