From 5961cf900de74e0b2fe22b9fe43b615ee60a8ca7 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Wed, 3 May 2023 11:21:11 -0700 Subject: [PATCH] chore: bump terraform from 1.3.4-r3 to r4 in image (#7393) 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 90c60b2e76..6dd3daea40 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 && \