File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
service/application/docker Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ RUN adduser -D $USER && \
1414 mkdir -p /opt/ema/terraform && \
1515 chmod 777 /opt/ema/terraform && \
1616 chown -R $USER:$USER $HOME && \
17- chown -R $USER:$USER /opt/ema/
17+ chown -R $USER:$USER /opt/ema/
1818
1919WORKDIR /opt/ema
2020
2121ARG PLATFORM=linux_amd64
2222
23- COPY tofu_1.10.2_amd64 .apk /opt/ema/terraform
24- RUN apk --update add --allow-untrusted /opt/ema/terraform/tofu_1.10.2_amd64 .apk
23+ COPY tofu_1.10.6_amd64 .apk /opt/ema/terraform
24+ RUN apk --update add --allow-untrusted /opt/ema/terraform/tofu_1.10.6_amd64 .apk
2525
2626COPY .terraformrc $HOME/.terraformrc
2727RUN printf '#!/bin/ash\n tofu $*' > /opt/ema/terraform/terraform
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ version https://git-lfs.github.com/spec/v1
2+ oid sha256:f0e55aebd5e817db8d0b64957f2da3869995bf0321c3cd812e02dbb5d67416c1
3+ size 28037909
You can’t perform that action at this time.
0 commit comments