Skip to content

Commit

Permalink
use latest pu/pu release
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Sep 6, 2024
1 parent f678884 commit a059cdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/pulumi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ RUN corepack install --global pnpm yarn
ARG PULUMI_VERSION

# Install the Pulumi SDK, including the CLI and language runtimes.
# TODO: Should use $PULUMI_VERSION, not dev
# RUN curl -fsSL https://get.pulumi.com/ | bash -s -- --version $PULUMI_VERSION && \
RUN curl -fsSL https://get.pulumi.com | sh -s -- --version dev && \
RUN curl -fsSL https://get.pulumi.com/ | bash -s -- --version $PULUMI_VERSION && \
mv ~/.pulumi/bin/* /usr/bin

# I think it's safe to say if we're using this mega image, we want pulumi
Expand Down

0 comments on commit a059cdf

Please sign in to comment.