late-judge-34866
04/07/2026, 1:33 PMmodern-spring-15520
04/07/2026, 10:29 PMpulumi version insider your docker containerlate-judge-34866
04/08/2026, 8:02 AMARG PULUMI_VERSION=3.229.0
RUN apt-get update \
&& apt-get install -y --no-install-recommends curl \
&& curl -sL <https://aka.ms/InstallAzureCLIDeb> | bash \
&& curl --proto '=https' -L <https://get.pulumi.com> | sh -s -- --version "${PULUMI_VERSION}" \
&& /home/.pulumi/bin/pulumi version \late-judge-34866
04/08/2026, 1:15 PMmodern-spring-15520
04/08/2026, 2:07 PMmodern-spring-15520
04/08/2026, 2:27 PMpulumi version in it check with something like docker run --rm -it --entrypoint sh <image-name>modern-spring-15520
04/08/2026, 2:38 PMlate-judge-34866
04/08/2026, 2:46 PMv1.79.3 ?modern-spring-15520
04/08/2026, 2:54 PMmoby is out of date, but it is only surfacing an update to 28.5.2, not the 29.3.1 version your security tool says is needed.
So I would not assume these get picked up automatically by Pulumi’s normal dependency automation. You may need either a security exception / reachability review on your side. To me, these do not obviously look exploitable just because they appear inside the Pulumi CLI binary in a Docker image.late-judge-34866
04/09/2026, 11:58 AMlate-judge-34866
04/09/2026, 11:58 AM