Skip to content

Commit c7949bd

Browse files
committed
fix: pulumi install script no longer supports empty --version
1 parent 8f99942 commit c7949bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN curl --retry 10 -fsSLo /tmp/helm.tgz https://get.helm.sh/helm-v${HELM_VERSIO
104104
ARG PULUMI_VERSION
105105

106106
# Install the Pulumi SDK, including the CLI and language runtimes.
107-
RUN curl --retry 10 -fsSL https://get.pulumi.com/ | bash -s -- --version $PULUMI_VERSION && \
107+
RUN curl --retry 10 -fsSL https://get.pulumi.com/ | bash -s && \
108108
mv ~/.pulumi/bin/* /usr/bin
109109

110110
# Install Pulumi plugins

0 commit comments

Comments
 (0)