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
4 changes: 2 additions & 2 deletions docker/containers.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ RUN apk add --no-cache aws-cli gomplate yq
# Pinned binaries not reliably packaged on alpine: OpenTofu, kubectl, helm.
# NOTE: review/pin these versions to what the scopes actually target.
ARG TARGETARCH
ARG TOFU_VERSION=1.10.6
ARG TOFU_VERSION=1.12.6
ARG KUBECTL_VERSION=1.30.4
ARG HELM_VERSION=3.15.4
ARG HELM_VERSION=3.22.0
RUN set -eux; \
curl -fsSL "https://github.com/opentofu/opentofu/releases/download/v${TOFU_VERSION}/tofu_${TOFU_VERSION}_linux_${TARGETARCH}.tar.gz" \
| tar -xz -C /usr/local/bin tofu; \
Expand Down
Loading