Skip to content

Commit 980bedc

Browse files
authored
Merge pull request #275 from SolaceProducts/moodiRealist/DATAGO-105743-vul
DATAGO-105743: upversion tofu to 1.10.6 to address a vulnerability
2 parents a102f63 + d3f2c35 commit 980bedc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

service/application/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1919
WORKDIR /opt/ema
2020

2121
ARG 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

2626
COPY .terraformrc $HOME/.terraformrc
2727
RUN printf '#!/bin/ash\ntofu $*' > /opt/ema/terraform/terraform

service/application/docker/tofu_1.10.2_amd64.apk

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f0e55aebd5e817db8d0b64957f2da3869995bf0321c3cd812e02dbb5d67416c1
3+
size 28037909

0 commit comments

Comments
 (0)