Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Dockerfile.rds-postgres-db
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM public.ecr.aws/nullplatform/scopes/worker-bridge:1.0.0

RUN apk add --no-cache aws-cli gomplate postgresql16-client

ARG TOFU_VERSION=1.10.10
ARG TOFU_VERSION=1.12.6
ARG TARGETARCH
RUN 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
2 changes: 1 addition & 1 deletion Dockerfile.rds-postgres-server
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM public.ecr.aws/nullplatform/scopes/worker-bridge:1.0.0
RUN apk add --no-cache aws-cli gomplate

# OpenTofu >= 1.10 (S3 backend with use_lockfile); alpine packages 1.7.x.
ARG TOFU_VERSION=1.10.10
ARG TOFU_VERSION=1.12.6
ARG TARGETARCH
RUN 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