Skip to content
Merged
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
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.
  • Loading branch information
deansheather committed May 3, 2023
commit 7dbe00db86522a1fc6395da243504ad9a40a668a
2 changes: 1 addition & 1 deletion scripts/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down